Html Css Color HEX #497DD0 Havelock Blue

📋 copy color: '#497DD0'

red 73 ◦ green 125 ◦ blue 208

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

Shades of Havelock Blue #497DD0

Tints of Havelock Blue #497DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.79%

 BLUE value IS 208 (81.64% from 255) = 51.23%

R = 17.98%
G = 30.79%
B = 51.23%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#497DD0 (or 0x497DD0) is known color: Havelock Blue. HEX triplet: 49, 7D and D0. RGB value is (73,125,208). Sum of RGB (Red+Green+Blue) = 73+125+208=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 125 (49.22% from 255 or 30.79% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #497DD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD0 is #B6822F. Grayscale: #767676. Windows color (decimal): -11960880 or 13663561. OLE color: 13663561.

HSL color Cylindrical-coordinate representation of color #497DD0: hue angle of 216.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497DD0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 125 208 -
CMYK 0.65 0.40 0 0.18
HSL 216.89º 0.59% 0.55% -
HSV(B) 216.89º 0.65% 0.82% -
XYZ 21.47 20.64 62.53 -
YUV 118.91 178.27 95.25 -
System Red Green Blue C M Y K H S L
Decimal 73 125 208 0.65 0.40 0 0.18 216.89 0.59 0.55
Hex 49 7D D0 41 28 0 12 D9 3B 37
Octal 111 175 320 101 50 0 22 331 73 67
Binary 1001001 1111101 11010000 1000001 101000 0 10010 11011001 111011 110111

Color Harmonies of #497DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DD0

Black with #497DD0

Text Example


Text Example

White with #497DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497DD0; }

 p { color: rgb(73,125,208); }

 H1.HeaderClassName
 {
   color: #497DD0;
 }
 .AnyTagClassName
 {
   color: #497DD0;
 }
</style>

background-color css

<style>
 a { background-color: #497DD0; }

 a { background-color: rgb(73,125,208); }

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

border-color css

<style>
 span { border-color: #497DD0; }

 span { border-color: rgb(73,125,208); }

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