Html Css Color HEX #497FC2 Havelock Blue

📋 copy color: '#497FC2'

red 73 ◦ green 127 ◦ blue 194

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

Shades of Havelock Blue #497FC2

Tints of Havelock Blue #497FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 194 (76.17% from 255) = 49.24%

R = 18.53%
G = 32.23%
B = 49.24%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#497FC2 (or 0x497FC2) is known color: Havelock Blue. HEX triplet: 49, 7F and C2. RGB value is (73,127,194). Sum of RGB (Red+Green+Blue) = 73+127+194=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #497FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FC2 is #B6803D. Grayscale: #767676. Windows color (decimal): -11960382 or 12746569. OLE color: 12746569.

HSL color Cylindrical-coordinate representation of color #497FC2: hue angle of 213.22º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #497FC2 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 127 194 -
CMYK 0.62 0.35 0 0.24
HSL 213.22º 0.5% 0.52% -
HSV(B) 213.22º 0.62% 0.76% -
XYZ 20.07 20.49 53.94 -
YUV 118.49 170.61 95.55 -
System Red Green Blue C M Y K H S L
Decimal 73 127 194 0.62 0.35 0 0.24 213.22 0.5 0.52
Hex 49 7F C2 3E 23 0 18 D5 32 34
Octal 111 177 302 76 43 0 30 325 62 64
Binary 1001001 1111111 11000010 111110 100011 0 11000 11010101 110010 110100

Color Harmonies of #497FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FC2

Black with #497FC2

Text Example


Text Example

White with #497FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,127,194); }

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

background-color css

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

 a { background-color: rgb(73,127,194); }

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

border-color css

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

 span { border-color: rgb(73,127,194); }

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