Html Css Color HEX #497DCC Havelock Blue

📋 copy color: '#497DCC'

red 73 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #497DCC

Tints of Havelock Blue #497DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 18.16%
G = 31.09%
B = 50.75%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#497DCC (or 0x497DCC) is known color: Havelock Blue. HEX triplet: 49, 7D and CC. RGB value is (73,125,204). Sum of RGB (Red+Green+Blue) = 73+125+204=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #497DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DCC is #B68233. Grayscale: #767676. Windows color (decimal): -11960884 or 13401417. OLE color: 13401417.

HSL color Cylindrical-coordinate representation of color #497DCC: hue angle of 216.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497DCC is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 125 204 -
CMYK 0.64 0.39 0 0.2
HSL 216.18º 0.56% 0.54% -
HSV(B) 216.18º 0.64% 0.8% -
XYZ 20.98 20.44 59.97 -
YUV 118.46 176.27 95.58 -
System Red Green Blue C M Y K H S L
Decimal 73 125 204 0.64 0.39 0 0.2 216.18 0.56 0.54
Hex 49 7D CC 40 27 0 14 D8 38 36
Octal 111 175 314 100 47 0 24 330 70 66
Binary 1001001 1111101 11001100 1000000 100111 0 10100 11011000 111000 110110

Color Harmonies of #497DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DCC

Black with #497DCC

Text Example


Text Example

White with #497DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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