Html Css Color HEX #497DCB Havelock Blue

📋 copy color: '#497DCB'

red 73 ◦ green 125 ◦ blue 203

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

Shades of Havelock Blue #497DCB

Tints of Havelock Blue #497DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.62%

R = 18.2%
G = 31.17%
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

#497DCB (or 0x497DCB) is known color: Havelock Blue. HEX triplet: 49, 7D and CB. RGB value is (73,125,203). Sum of RGB (Red+Green+Blue) = 73+125+203=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #497DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DCB is #B68234. Grayscale: #757575. Windows color (decimal): -11960885 or 13335881. OLE color: 13335881.

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

Color convert

RGB 73 125 203 -
CMYK 0.64 0.38 0 0.20
HSL 216º 0.56% 0.54% -
HSV(B) 216º 0.64% 0.8% -
XYZ 20.86 20.4 59.34 -
YUV 118.34 175.77 95.66 -
System Red Green Blue C M Y K H S L
Decimal 73 125 203 0.64 0.38 0 0.20 216 0.56 0.54
Hex 49 7D CB 40 26 0 14 D8 38 36
Octal 111 175 313 100 46 0 24 330 70 66
Binary 1001001 1111101 11001011 1000000 100110 0 10100 11011000 111000 110110

Color Harmonies of #497DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DCB

Black with #497DCB

Text Example


Text Example

White with #497DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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