Html Css Color HEX #497DC8 Havelock Blue

📋 copy color: '#497DC8'

red 73 ◦ green 125 ◦ blue 200

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

Shades of Havelock Blue #497DC8

Tints of Havelock Blue #497DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.25%

R = 18.34%
G = 31.41%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#497DC8 (or 0x497DC8) is known color: Havelock Blue. HEX triplet: 49, 7D and C8. RGB value is (73,125,200). Sum of RGB (Red+Green+Blue) = 73+125+200=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #497DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DC8 is #B68237. Grayscale: #757575. Windows color (decimal): -11960888 or 13139273. OLE color: 13139273.

HSL color Cylindrical-coordinate representation of color #497DC8: hue angle of 215.43º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497DC8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 125 200 -
CMYK 0.64 0.38 0 0.22
HSL 215.43º 0.54% 0.54% -
HSV(B) 215.43º 0.64% 0.78% -
XYZ 20.51 20.25 57.47 -
YUV 118 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 73 125 200 0.64 0.38 0 0.22 215.43 0.54 0.54
Hex 49 7D C8 40 26 0 16 D7 36 36
Octal 111 175 310 100 46 0 26 327 66 66
Binary 1001001 1111101 11001000 1000000 100110 0 10110 11010111 110110 110110

Color Harmonies of #497DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DC8

Black with #497DC8

Text Example


Text Example

White with #497DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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