Html Css Color HEX #496DBB Havelock Blue

📋 copy color: '#496DBB'

red 73 ◦ green 109 ◦ blue 187

#496DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #496DBB

Tints of Havelock Blue #496DBB

RGB

 RED value IS 73 (28.91% from 255) = 19.78%

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 187 (73.44% from 255) = 50.68%

R = 19.78%
G = 29.54%
B = 50.68%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496DBB (or 0x496DBB) is known color: Havelock Blue. HEX triplet: 49, 6D and BB. RGB value is (73,109,187). Sum of RGB (Red+Green+Blue) = 73+109+187=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #496DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DBB is #B69244. Grayscale: #6A6A6A. Windows color (decimal): -11964997 or 12283209. OLE color: 12283209.

HSL color Cylindrical-coordinate representation of color #496DBB: hue angle of 221.05º 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 #496DBB is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 109 187 -
CMYK 0.61 0.42 0 0.27
HSL 221.05º 0.46% 0.51% -
HSV(B) 221.05º 0.61% 0.73% -
XYZ 17.19 15.94 49.18 -
YUV 107.13 173.07 103.66 -
System Red Green Blue C M Y K H S L
Decimal 73 109 187 0.61 0.42 0 0.27 221.05 0.46 0.51
Hex 49 6D BB 3D 2A 0 1B DD 2E 33
Octal 111 155 273 75 52 0 33 335 56 63
Binary 1001001 1101101 10111011 111101 101010 0 11011 11011101 101110 110011

Color Harmonies of #496DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DBB

Black with #496DBB

Text Example


Text Example

White with #496DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #496DBB;
 }
 .AnyTagClassName
 {
   color: #496DBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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