#496EBB

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

Shades of Havelock Blue #496EBB

Tints of Havelock Blue #496EBB

Color information

#496EBB (or 0x496EBB) is unknown color: approx Havelock Blue. HEX triplet: 49, 6E and BB. RGB value is (73,110,187). Sum of RGB (Red+Green+Blue) = 73+110+187=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #496EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EBB is #B69144. Grayscale: #6B6B6B. Windows color (decimal): -11964741 or 12283465. OLE color: 12283465.

HSL color Cylindrical-coordinate representation of color #496EBB: hue angle of 220.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #496EBB is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73110187-
CMYK0.610.4100.27
HSL220.53º45.6%50.98%-
HSV(B)220.53º60.96%73.33%-
XYZ17.2916.1649.22-
YUV107.71172.74103.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.73%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=19.73%
G=29.73%
B=50.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731101870.610.4100.27220.5345.650.98
Hex496EBB3D2901Bdd2e33
Octal11115627375510333355663
Binary100100111011101011101111110110100101101111011101101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496EBB; }

 p { color: rgb(73,110,187); }

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

<style>
 a { background-color: #496EBB; }

 a { background-color: rgb(73,110,187); }

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

<style>
 span { border-color: #496EBB; }

 span { border-color: rgb(73,110,187); }

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