Html Css Color HEX #497DCF Havelock Blue

📋 copy color: '#497DCF'

red 73 ◦ green 125 ◦ blue 207

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

Shades of Havelock Blue #497DCF

Tints of Havelock Blue #497DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 18.02%
G = 30.86%
B = 51.11%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#497DCF (or 0x497DCF) is known color: Havelock Blue. HEX triplet: 49, 7D and CF. RGB value is (73,125,207). Sum of RGB (Red+Green+Blue) = 73+125+207=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #497DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DCF is #B68230. Grayscale: #767676. Windows color (decimal): -11960881 or 13598025. OLE color: 13598025.

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

Color convert

RGB 73 125 207 -
CMYK 0.65 0.40 0 0.19
HSL 216.72º 0.58% 0.55% -
HSV(B) 216.72º 0.65% 0.81% -
XYZ 21.34 20.59 61.88 -
YUV 118.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 73 125 207 0.65 0.40 0 0.19 216.72 0.58 0.55
Hex 49 7D CF 41 28 0 13 D9 3A 37
Octal 111 175 317 101 50 0 23 331 72 67
Binary 1001001 1111101 11001111 1000001 101000 0 10011 11011001 111010 110111

Color Harmonies of #497DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DCF

Black with #497DCF

Text Example


Text Example

White with #497DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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