Html Css Color HEX #496FC3 Havelock Blue

📋 copy color: '#496FC3'

red 73 ◦ green 111 ◦ blue 195

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

Shades of Havelock Blue #496FC3

Tints of Havelock Blue #496FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 51.45%

R = 19.26%
G = 29.29%
B = 51.45%

CMYK

 C value IS 0.63

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#496FC3 (or 0x496FC3) is known color: Havelock Blue. HEX triplet: 49, 6F and C3. RGB value is (73,111,195). Sum of RGB (Red+Green+Blue) = 73+111+195=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 195 (76.56% from 255 or 51.45% from 379); Max value from RGB is 195 - color contains mainly: blue. Hex color #496FC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FC3 is #B6903C. Grayscale: #6C6C6C. Windows color (decimal): -11964477 or 12808009. OLE color: 12808009.

HSL color Cylindrical-coordinate representation of color #496FC3: hue angle of 221.31º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #496FC3 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 111 195 -
CMYK 0.63 0.43 0 0.24
HSL 221.31º 0.5% 0.53% -
HSV(B) 221.31º 0.63% 0.76% -
XYZ 18.28 16.73 53.89 -
YUV 109.21 176.41 102.17 -
System Red Green Blue C M Y K H S L
Decimal 73 111 195 0.63 0.43 0 0.24 221.31 0.5 0.53
Hex 49 6F C3 3F 2B 0 18 DD 32 35
Octal 111 157 303 77 53 0 30 335 62 65
Binary 1001001 1101111 11000011 111111 101011 0 11000 11011101 110010 110101

Color Harmonies of #496FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496FC3

Black with #496FC3

Text Example


Text Example

White with #496FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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