Html Css Color HEX #497AC4 Havelock Blue

📋 copy color: '#497AC4'

red 73 ◦ green 122 ◦ blue 196

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

Shades of Havelock Blue #497AC4

Tints of Havelock Blue #497AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.13%

R = 18.67%
G = 31.2%
B = 50.13%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#497AC4 (or 0x497AC4) is known color: Havelock Blue. HEX triplet: 49, 7A and C4. RGB value is (73,122,196). Sum of RGB (Red+Green+Blue) = 73+122+196=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 196 (76.95% from 255 or 50.13% from 391); Max value from RGB is 196 - color contains mainly: blue. Hex color #497AC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497AC4 is #B6853B. Grayscale: #737373. Windows color (decimal): -11961660 or 12876361. OLE color: 12876361.

HSL color Cylindrical-coordinate representation of color #497AC4: hue angle of 216.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #497AC4 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 122 196 -
CMYK 0.63 0.38 0 0.23
HSL 216.1º 0.51% 0.53% -
HSV(B) 216.1º 0.63% 0.77% -
XYZ 19.67 19.32 54.92 -
YUV 115.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 73 122 196 0.63 0.38 0 0.23 216.1 0.51 0.53
Hex 49 7A C4 3F 26 0 17 D8 33 35
Octal 111 172 304 77 46 0 27 330 63 65
Binary 1001001 1111010 11000100 111111 100110 0 10111 11011000 110011 110101

Color Harmonies of #497AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497AC4

Black with #497AC4

Text Example


Text Example

White with #497AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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