#486FBE

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

Shades of Havelock Blue #486FBE

Tints of Havelock Blue #486FBE

Color information

#486FBE (or 0x486FBE) is unknown color: approx Havelock Blue. HEX triplet: 48, 6F and BE. RGB value is (72,111,190). Sum of RGB (Red+Green+Blue) = 72+111+190=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #486FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBE is #B79041. Grayscale: #6B6B6B. Windows color (decimal): -12030018 or 12480328. OLE color: 12480328.

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

Color convert

RGB72111190-
CMYK0.620.4200.25
HSL220.17º47.58%51.37%-
HSV(B)220.17º62.11%74.51%-
XYZ17.6516.4650.96-
YUV108.34174.08102.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.30%
GREEN value IS 111 (43.75% from 255) = 29.76%
BLUE value IS 190 (74.61% from 255) = 50.94%
R=19.30%
G=29.76%
B=50.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal721111900.620.4200.25220.1747.5851.37
Hex486FBE3E2A019dc3033
Octal11015727676520313346063
Binary100100011011111011111011111010101001100111011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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