Html Css Color HEX #497CC0 Havelock Blue

📋 copy color: '#497CC0'

red 73 ◦ green 124 ◦ blue 192

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

Shades of Havelock Blue #497CC0

Tints of Havelock Blue #497CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.36%

R = 18.77%
G = 31.88%
B = 49.36%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#497CC0 (or 0x497CC0) is known color: Havelock Blue. HEX triplet: 49, 7C and C0. RGB value is (73,124,192). Sum of RGB (Red+Green+Blue) = 73+124+192=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 192 (75.39% from 255 or 49.36% from 389); Max value from RGB is 192 - color contains mainly: blue. Hex color #497CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CC0 is #B6833F. Grayscale: #747474. Windows color (decimal): -11961152 or 12614729. OLE color: 12614729.

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

Color convert

RGB 73 124 192 -
CMYK 0.62 0.35 0 0.25
HSL 214.29º 0.49% 0.52% -
HSV(B) 214.29º 0.62% 0.75% -
XYZ 19.47 19.64 52.63 -
YUV 116.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 73 124 192 0.62 0.35 0 0.25 214.29 0.49 0.52
Hex 49 7C C0 3E 23 0 19 D6 31 34
Octal 111 174 300 76 43 0 31 326 61 64
Binary 1001001 1111100 11000000 111110 100011 0 11001 11010110 110001 110100

Color Harmonies of #497CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CC0

Black with #497CC0

Text Example


Text Example

White with #497CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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