Html Css Color HEX #496FC0 Havelock Blue

📋 copy color: '#496FC0'

red 73 ◦ green 111 ◦ blue 192

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

Shades of Havelock Blue #496FC0

Tints of Havelock Blue #496FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 19.41%
G = 29.52%
B = 51.06%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#496FC0 (or 0x496FC0) is known color: Havelock Blue. HEX triplet: 49, 6F and C0. RGB value is (73,111,192). Sum of RGB (Red+Green+Blue) = 73+111+192=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #496FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FC0 is #B6903F. Grayscale: #6C6C6C. Windows color (decimal): -11964480 or 12611401. OLE color: 12611401.

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

Color convert

RGB 73 111 192 -
CMYK 0.62 0.42 0 0.25
HSL 220.84º 0.49% 0.52% -
HSV(B) 220.84º 0.62% 0.75% -
XYZ 17.95 16.59 52.13 -
YUV 108.87 174.91 102.41 -
System Red Green Blue C M Y K H S L
Decimal 73 111 192 0.62 0.42 0 0.25 220.84 0.49 0.52
Hex 49 6F C0 3E 2A 0 19 DD 31 34
Octal 111 157 300 76 52 0 31 335 61 64
Binary 1001001 1101111 11000000 111110 101010 0 11001 11011101 110001 110100

Color Harmonies of #496FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FC0

Black with #496FC0

Text Example


Text Example

White with #496FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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