#486FC0

Color #486FC0 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #486FC0

Tints of Havelock Blue #486FC0

Color information

#486FC0 (or 0x486FC0) is unknown color: approx Havelock Blue. HEX triplet: 48, 6F and C0. RGB value is (72,111,192). Sum of RGB (Red+Green+Blue) = 72+111+192=375 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.2% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #486FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FC0 is #B7903F. Grayscale: #6C6C6C. Windows color (decimal): -12030016 or 12611400. OLE color: 12611400.

HSL color Cylindrical-coordinate representation of color #486FC0: hue angle of 220.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486FC0 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB72111192-
CMYK0.630.4200.25
HSL220.5º48.78%51.76%-
HSV(B)220.5º62.5%75.29%-
XYZ17.8716.5552.12-
YUV108.57175.08101.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.2%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=19.2%
G=29.6%
B=51.2%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721111920.630.4200.25220.548.7851.76
Hex486FC03F2A019dc3134
Octal11015730077520313346164
Binary100100011011111100000011111110101001100111011100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486FC0; }

 p { color: rgb(72,111,192); }

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

<style>
 a { background-color: #486FC0; }

 a { background-color: rgb(72,111,192); }

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

<style>
 span { border-color: #486FC0; }

 span { border-color: rgb(72,111,192); }

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