#48ACCF

Color #48ACCF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #48ACCF

Tints of Viking #48ACCF

Color information

#48ACCF (or 0x48ACCF) is unknown color: approx Viking. HEX triplet: 48, AC and CF. RGB value is (72,172,207). Sum of RGB (Red+Green+Blue) = 72+172+207=451 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.96% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #48ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #48ACCF is #B75330. Grayscale: #919191. Windows color (decimal): -12014385 or 13610056. OLE color: 13610056.

HSL color Cylindrical-coordinate representation of color #48ACCF: hue angle of 195.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48ACCF is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72172207-
CMYK0.650.1700.19
HSL195.56º58.44%54.71%-
HSV(B)195.56º65.22%81.18%-
XYZ28.6935.3964.35-
YUV146.09162.3775.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 15.96%
GREEN value IS 172 (67.58% from 255) = 38.14%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=15.96%
G=38.14%
B=45.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721722070.650.1700.19195.5658.4454.71
Hex48ACCF4111013c43a37
Octal110254317101210233047267
Binary1001000101011001100111110000011000101001111000100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48ACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48ACCF; }

 p { color: rgb(72,172,207); }

 H1.HeaderClassName
 {
   color: #48ACCF;
 }
 .AnyTagClassName
 {
   color: #48ACCF;
 }
</style>
background-color css

<style>
 a { background-color: #48ACCF; }

 a { background-color: rgb(72,172,207); }

 div.DivClassName
 {
   background-color: #48ACCF;
 }
 .BgClassName
 {
   background-color: #48ACCF;
 }
</style>
border-color css

<style>
 span { border-color: #48ACCF; }

 span { border-color: rgb(72,172,207); }

 td.TdClassName
 {
   border-color: #48ACCF;
 }
 .TagClassName
 {
   border-color: #48ACCF;
 }
</style>