Html Css Color HEX #497ACB Havelock Blue

📋 copy color: '#497ACB'

red 73 ◦ green 122 ◦ blue 203

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

Shades of Havelock Blue #497ACB

Tints of Havelock Blue #497ACB

RGB

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

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

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

R = 18.34%
G = 30.65%
B = 51.01%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#497ACB (or 0x497ACB) is known color: Havelock Blue. HEX triplet: 49, 7A and CB. RGB value is (73,122,203). Sum of RGB (Red+Green+Blue) = 73+122+203=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #497ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497ACB is #B68534. Grayscale: #747474. Windows color (decimal): -11961653 or 13335113. OLE color: 13335113.

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

Color convert

RGB 73 122 203 -
CMYK 0.64 0.40 0 0.20
HSL 217.38º 0.56% 0.54% -
HSV(B) 217.38º 0.64% 0.8% -
XYZ 20.49 19.65 59.21 -
YUV 116.58 176.77 96.91 -
System Red Green Blue C M Y K H S L
Decimal 73 122 203 0.64 0.40 0 0.20 217.38 0.56 0.54
Hex 49 7A CB 40 28 0 14 D9 38 36
Octal 111 172 313 100 50 0 24 331 70 66
Binary 1001001 1111010 11001011 1000000 101000 0 10100 11011001 111000 110110

Color Harmonies of #497ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497ACB

Black with #497ACB

Text Example


Text Example

White with #497ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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