Html Css Color HEX #496EC3 Havelock Blue

📋 copy color: '#496EC3'

red 73 ◦ green 110 ◦ blue 195

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

Shades of Havelock Blue #496EC3

Tints of Havelock Blue #496EC3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.1%

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

R = 19.31%
G = 29.1%
B = 51.59%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#496EC3 (or 0x496EC3) is known color: Havelock Blue. HEX triplet: 49, 6E and C3. RGB value is (73,110,195). Sum of RGB (Red+Green+Blue) = 73+110+195=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #496EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EC3 is #B6913C. Grayscale: #6C6C6C. Windows color (decimal): -11964733 or 12807753. OLE color: 12807753.

HSL color Cylindrical-coordinate representation of color #496EC3: hue angle of 221.8º 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 #496EC3 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 110 195 -
CMYK 0.63 0.44 0 0.24
HSL 221.8º 0.5% 0.53% -
HSV(B) 221.8º 0.63% 0.76% -
XYZ 18.17 16.51 53.86 -
YUV 108.63 176.74 102.59 -
System Red Green Blue C M Y K H S L
Decimal 73 110 195 0.63 0.44 0 0.24 221.8 0.5 0.53
Hex 49 6E C3 3F 2C 0 18 DE 32 35
Octal 111 156 303 77 54 0 30 336 62 65
Binary 1001001 1101110 11000011 111111 101100 0 11000 11011110 110010 110101

Color Harmonies of #496EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496EC3

Black with #496EC3

Text Example


Text Example

White with #496EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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