Html Css Color HEX #496DBA Havelock Blue

📋 copy color: '#496DBA'

red 73 ◦ green 109 ◦ blue 186

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

Shades of Havelock Blue #496DBA

Tints of Havelock Blue #496DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 19.84%
G = 29.62%
B = 50.54%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496DBA (or 0x496DBA) is known color: Havelock Blue. HEX triplet: 49, 6D and BA. RGB value is (73,109,186). Sum of RGB (Red+Green+Blue) = 73+109+186=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #496DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496DBA is #B69245. Grayscale: #6A6A6A. Windows color (decimal): -11964998 or 12217673. OLE color: 12217673.

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

Color convert

RGB 73 109 186 -
CMYK 0.61 0.41 0 0.27
HSL 220.89º 0.45% 0.51% -
HSV(B) 220.89º 0.61% 0.73% -
XYZ 17.08 15.9 48.62 -
YUV 107.01 172.57 103.74 -
System Red Green Blue C M Y K H S L
Decimal 73 109 186 0.61 0.41 0 0.27 220.89 0.45 0.51
Hex 49 6D BA 3D 29 0 1B DD 2D 33
Octal 111 155 272 75 51 0 33 335 55 63
Binary 1001001 1101101 10111010 111101 101001 0 11011 11011101 101101 110011

Color Harmonies of #496DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496DBA

Black with #496DBA

Text Example


Text Example

White with #496DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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