Html Css Color HEX #497EC0 Havelock Blue

📋 copy color: '#497EC0'

red 73 ◦ green 126 ◦ blue 192

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

Shades of Havelock Blue #497EC0

Tints of Havelock Blue #497EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 18.67%
G = 32.23%
B = 49.1%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#497EC0 (or 0x497EC0) is known color: Havelock Blue. HEX triplet: 49, 7E and C0. RGB value is (73,126,192). Sum of RGB (Red+Green+Blue) = 73+126+192=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #497EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EC0 is #B6813F. Grayscale: #757575. Windows color (decimal): -11960640 or 12615241. OLE color: 12615241.

HSL color Cylindrical-coordinate representation of color #497EC0: hue angle of 213.28º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497EC0 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 126 192 -
CMYK 0.62 0.34 0 0.25
HSL 213.28º 0.49% 0.52% -
HSV(B) 213.28º 0.62% 0.75% -
XYZ 19.72 20.14 52.72 -
YUV 117.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 73 126 192 0.62 0.34 0 0.25 213.28 0.49 0.52
Hex 49 7E C0 3E 22 0 19 D5 31 34
Octal 111 176 300 76 42 0 31 325 61 64
Binary 1001001 1111110 11000000 111110 100010 0 11001 11010101 110001 110100

Color Harmonies of #497EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497EC0

Black with #497EC0

Text Example


Text Example

White with #497EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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