Html Css Color HEX #497ECB Havelock Blue

📋 copy color: '#497ECB'

red 73 ◦ green 126 ◦ blue 203

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

Shades of Havelock Blue #497ECB

Tints of Havelock Blue #497ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.34%

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

R = 18.16%
G = 31.34%
B = 50.5%

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

#497ECB (or 0x497ECB) is known color: Havelock Blue. HEX triplet: 49, 7E and CB. RGB value is (73,126,203). Sum of RGB (Red+Green+Blue) = 73+126+203=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #497ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ECB is #B68134. Grayscale: #767676. Windows color (decimal): -11960629 or 13336137. OLE color: 13336137.

HSL color Cylindrical-coordinate representation of color #497ECB: hue angle of 215.54º 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 #497ECB is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 126 203 -
CMYK 0.64 0.38 0 0.20
HSL 215.54º 0.56% 0.54% -
HSV(B) 215.54º 0.64% 0.8% -
XYZ 20.99 20.65 59.38 -
YUV 118.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 73 126 203 0.64 0.38 0 0.20 215.54 0.56 0.54
Hex 49 7E CB 40 26 0 14 D8 38 36
Octal 111 176 313 100 46 0 24 330 70 66
Binary 1001001 1111110 11001011 1000000 100110 0 10100 11011000 111000 110110

Color Harmonies of #497ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ECB

Black with #497ECB

Text Example


Text Example

White with #497ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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