Html Css Color HEX #497AC0 Havelock Blue

📋 copy color: '#497AC0'

red 73 ◦ green 122 ◦ blue 192

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

Shades of Havelock Blue #497AC0

Tints of Havelock Blue #497AC0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.52%

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

R = 18.86%
G = 31.52%
B = 49.61%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#497AC0 (or 0x497AC0) is known color: Havelock Blue. HEX triplet: 49, 7A and C0. RGB value is (73,122,192). Sum of RGB (Red+Green+Blue) = 73+122+192=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #497AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC0 is #B6853F. Grayscale: #737373. Windows color (decimal): -11961664 or 12614217. OLE color: 12614217.

HSL color Cylindrical-coordinate representation of color #497AC0: hue angle of 215.29º 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 #497AC0 is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 122 192 -
CMYK 0.62 0.36 0 0.25
HSL 215.29º 0.49% 0.52% -
HSV(B) 215.29º 0.62% 0.75% -
XYZ 19.22 19.14 52.55 -
YUV 115.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 73 122 192 0.62 0.36 0 0.25 215.29 0.49 0.52
Hex 49 7A C0 3E 24 0 19 D7 31 34
Octal 111 172 300 76 44 0 31 327 61 64
Binary 1001001 1111010 11000000 111110 100100 0 11001 11010111 110001 110100

Color Harmonies of #497AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AC0

Black with #497AC0

Text Example


Text Example

White with #497AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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