Html Css Color HEX #497ECD Havelock Blue

📋 copy color: '#497ECD'

red 73 ◦ green 126 ◦ blue 205

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

Shades of Havelock Blue #497ECD

Tints of Havelock Blue #497ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.19%

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 18.07%
G = 31.19%
B = 50.74%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#497ECD (or 0x497ECD) is known color: Havelock Blue. HEX triplet: 49, 7E and CD. RGB value is (73,126,205). Sum of RGB (Red+Green+Blue) = 73+126+205=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #497ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ECD is #B68132. Grayscale: #767676. Windows color (decimal): -11960627 or 13467209. OLE color: 13467209.

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

Color convert

RGB 73 126 205 -
CMYK 0.64 0.39 0 0.20
HSL 215.91º 0.57% 0.55% -
HSV(B) 215.91º 0.64% 0.8% -
XYZ 21.23 20.75 60.64 -
YUV 119.16 176.44 95.08 -
System Red Green Blue C M Y K H S L
Decimal 73 126 205 0.64 0.39 0 0.20 215.91 0.57 0.55
Hex 49 7E CD 40 27 0 14 D8 39 37
Octal 111 176 315 100 47 0 24 330 71 67
Binary 1001001 1111110 11001101 1000000 100111 0 10100 11011000 111001 110111

Color Harmonies of #497ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ECD

Black with #497ECD

Text Example


Text Example

White with #497ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,126,205); }

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

background-color css

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

 a { background-color: rgb(73,126,205); }

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

border-color css

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

 span { border-color: rgb(73,126,205); }

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