Html Css Color HEX #497ABF Havelock Blue

📋 copy color: '#497ABF'

red 73 ◦ green 122 ◦ blue 191

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

Shades of Havelock Blue #497ABF

Tints of Havelock Blue #497ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 18.91%
G = 31.61%
B = 49.48%

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

#497ABF (or 0x497ABF) is known color: Havelock Blue. HEX triplet: 49, 7A and BF. RGB value is (73,122,191). Sum of RGB (Red+Green+Blue) = 73+122+191=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #497ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ABF is #B68540. Grayscale: #727272. Windows color (decimal): -11961665 or 12548681. OLE color: 12548681.

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

Color convert

RGB 73 122 191 -
CMYK 0.62 0.36 0 0.25
HSL 215.08º 0.48% 0.52% -
HSV(B) 215.08º 0.62% 0.75% -
XYZ 19.11 19.1 51.97 -
YUV 115.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 73 122 191 0.62 0.36 0 0.25 215.08 0.48 0.52
Hex 49 7A BF 3E 24 0 19 D7 30 34
Octal 111 172 277 76 44 0 31 327 60 64
Binary 1001001 1111010 10111111 111110 100100 0 11001 11010111 110000 110100

Color Harmonies of #497ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ABF

Black with #497ABF

Text Example


Text Example

White with #497ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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