Html Css Color HEX #497FCE Havelock Blue

📋 copy color: '#497FCE'

red 73 ◦ green 127 ◦ blue 206

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

Shades of Havelock Blue #497FCE

Tints of Havelock Blue #497FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 17.98%
G = 31.28%
B = 50.74%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497FCE (or 0x497FCE) is known color: Havelock Blue. HEX triplet: 49, 7F and CE. RGB value is (73,127,206). Sum of RGB (Red+Green+Blue) = 73+127+206=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #497FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCE is #B68031. Grayscale: #777777. Windows color (decimal): -11960370 or 13533001. OLE color: 13533001.

HSL color Cylindrical-coordinate representation of color #497FCE: hue angle of 215.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497FCE is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 127 206 -
CMYK 0.65 0.38 0 0.19
HSL 215.64º 0.58% 0.55% -
HSV(B) 215.64º 0.65% 0.81% -
XYZ 21.48 21.05 61.32 -
YUV 119.86 176.61 94.58 -
System Red Green Blue C M Y K H S L
Decimal 73 127 206 0.65 0.38 0 0.19 215.64 0.58 0.55
Hex 49 7F CE 41 26 0 13 D8 3A 37
Octal 111 177 316 101 46 0 23 330 72 67
Binary 1001001 1111111 11001110 1000001 100110 0 10011 11011000 111010 110111

Color Harmonies of #497FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FCE

Black with #497FCE

Text Example


Text Example

White with #497FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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