Html Css Color HEX #497CCA Havelock Blue

📋 copy color: '#497CCA'

red 73 ◦ green 124 ◦ blue 202

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

Shades of Havelock Blue #497CCA

Tints of Havelock Blue #497CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.08%

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

R = 18.3%
G = 31.08%
B = 50.63%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#497CCA (or 0x497CCA) is known color: Havelock Blue. HEX triplet: 49, 7C and CA. RGB value is (73,124,202). Sum of RGB (Red+Green+Blue) = 73+124+202=399 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.30% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #497CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCA is #B68335. Grayscale: #757575. Windows color (decimal): -11961142 or 13270089. OLE color: 13270089.

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

Color convert

RGB 73 124 202 -
CMYK 0.64 0.39 0 0.21
HSL 216.28º 0.55% 0.54% -
HSV(B) 216.28º 0.64% 0.79% -
XYZ 20.62 20.1 58.67 -
YUV 117.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 73 124 202 0.64 0.39 0 0.21 216.28 0.55 0.54
Hex 49 7C CA 40 27 0 15 D8 37 36
Octal 111 174 312 100 47 0 25 330 67 66
Binary 1001001 1111100 11001010 1000000 100111 0 10101 11011000 110111 110110

Color Harmonies of #497CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CCA

Black with #497CCA

Text Example


Text Example

White with #497CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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