Html Css Color HEX #497DCE Havelock Blue

📋 copy color: '#497DCE'

red 73 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #497DCE

Tints of Havelock Blue #497DCE

RGB

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

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

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

R = 18.07%
G = 30.94%
B = 50.99%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497DCE (or 0x497DCE) is known color: Havelock Blue. HEX triplet: 49, 7D and CE. RGB value is (73,125,206). Sum of RGB (Red+Green+Blue) = 73+125+206=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #497DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DCE is #B68231. Grayscale: #767676. Windows color (decimal): -11960882 or 13532489. OLE color: 13532489.

HSL color Cylindrical-coordinate representation of color #497DCE: hue angle of 216.54º 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 #497DCE is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 125 206 -
CMYK 0.65 0.39 0 0.19
HSL 216.54º 0.58% 0.55% -
HSV(B) 216.54º 0.65% 0.81% -
XYZ 21.22 20.54 61.24 -
YUV 118.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 73 125 206 0.65 0.39 0 0.19 216.54 0.58 0.55
Hex 49 7D CE 41 27 0 13 D9 3A 37
Octal 111 175 316 101 47 0 23 331 72 67
Binary 1001001 1111101 11001110 1000001 100111 0 10011 11011001 111010 110111

Color Harmonies of #497DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DCE

Black with #497DCE

Text Example


Text Example

White with #497DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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