Html Css Color HEX #496FBC Havelock Blue

📋 copy color: '#496FBC'

red 73 ◦ green 111 ◦ blue 188

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

Shades of Havelock Blue #496FBC

Tints of Havelock Blue #496FBC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.84%

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 19.62%
G = 29.84%
B = 50.54%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#496FBC (or 0x496FBC) is known color: Havelock Blue. HEX triplet: 49, 6F and BC. RGB value is (73,111,188). Sum of RGB (Red+Green+Blue) = 73+111+188=372 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.62% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #496FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FBC is #B69043. Grayscale: #6C6C6C. Windows color (decimal): -11964484 or 12349257. OLE color: 12349257.

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

Color convert

RGB 73 111 188 -
CMYK 0.61 0.41 0 0.26
HSL 220.17º 0.46% 0.51% -
HSV(B) 220.17º 0.61% 0.74% -
XYZ 17.51 16.42 49.82 -
YUV 108.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 73 111 188 0.61 0.41 0 0.26 220.17 0.46 0.51
Hex 49 6F BC 3D 29 0 1A DC 2E 33
Octal 111 157 274 75 51 0 32 334 56 63
Binary 1001001 1101111 10111100 111101 101001 0 11010 11011100 101110 110011

Color Harmonies of #496FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FBC

Black with #496FBC

Text Example


Text Example

White with #496FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,111,188); }

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

background-color css

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

 a { background-color: rgb(73,111,188); }

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

border-color css

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

 span { border-color: rgb(73,111,188); }

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