Html Css Color HEX #497FCA Havelock Blue

📋 copy color: '#497FCA'

red 73 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #497FCA

Tints of Havelock Blue #497FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 18.16%
G = 31.59%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#497FCA (or 0x497FCA) is known color: Havelock Blue. HEX triplet: 49, 7F and CA. RGB value is (73,127,202). Sum of RGB (Red+Green+Blue) = 73+127+202=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #497FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497FCA is #B68035. Grayscale: #777777. Windows color (decimal): -11960374 or 13270857. OLE color: 13270857.

HSL color Cylindrical-coordinate representation of color #497FCA: hue angle of 214.88º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497FCA is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 127 202 -
CMYK 0.64 0.37 0 0.21
HSL 214.88º 0.55% 0.54% -
HSV(B) 214.88º 0.64% 0.79% -
XYZ 21 20.86 58.8 -
YUV 119.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 73 127 202 0.64 0.37 0 0.21 214.88 0.55 0.54
Hex 49 7F CA 40 25 0 15 D7 37 36
Octal 111 177 312 100 45 0 25 327 67 66
Binary 1001001 1111111 11001010 1000000 100101 0 10101 11010111 110111 110110

Color Harmonies of #497FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497FCA

Black with #497FCA

Text Example


Text Example

White with #497FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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