Html Css Color HEX #497FCD Havelock Blue

📋 copy color: '#497FCD'

red 73 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #497FCD

Tints of Havelock Blue #497FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

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

R = 18.02%
G = 31.36%
B = 50.62%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#497FCD (or 0x497FCD) is known color: Havelock Blue. HEX triplet: 49, 7F and CD. RGB value is (73,127,205). Sum of RGB (Red+Green+Blue) = 73+127+205=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #497FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCD is #B68032. Grayscale: #777777. Windows color (decimal): -11960371 or 13467465. OLE color: 13467465.

HSL color Cylindrical-coordinate representation of color #497FCD: hue angle of 215.45º 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 #497FCD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 127 205 -
CMYK 0.64 0.38 0 0.20
HSL 215.45º 0.57% 0.55% -
HSV(B) 215.45º 0.64% 0.8% -
XYZ 21.36 21 60.69 -
YUV 119.75 176.11 94.66 -
System Red Green Blue C M Y K H S L
Decimal 73 127 205 0.64 0.38 0 0.20 215.45 0.57 0.55
Hex 49 7F CD 40 26 0 14 D7 39 37
Octal 111 177 315 100 46 0 24 327 71 67
Binary 1001001 1111111 11001101 1000000 100110 0 10100 11010111 111001 110111

Color Harmonies of #497FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FCD

Black with #497FCD

Text Example


Text Example

White with #497FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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