Html Css Color HEX #497CCD Havelock Blue

📋 copy color: '#497CCD'

red 73 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #497CCD

Tints of Havelock Blue #497CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51%

R = 18.16%
G = 30.85%
B = 51%

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

#497CCD (or 0x497CCD) is known color: Havelock Blue. HEX triplet: 49, 7C and CD. RGB value is (73,124,205). Sum of RGB (Red+Green+Blue) = 73+124+205=402 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.16% from 402); Green value is 124 (48.83% from 255 or 30.85% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #497CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CCD is #B68332. Grayscale: #757575. Windows color (decimal): -11961139 or 13466697. OLE color: 13466697.

HSL color Cylindrical-coordinate representation of color #497CCD: hue angle of 216.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #497CCD is Cyan = 0.64, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 124 205 -
CMYK 0.64 0.40 0 0.20
HSL 216.82º 0.57% 0.55% -
HSV(B) 216.82º 0.64% 0.8% -
XYZ 20.97 20.24 60.56 -
YUV 117.99 177.1 95.91 -
System Red Green Blue C M Y K H S L
Decimal 73 124 205 0.64 0.40 0 0.20 216.82 0.57 0.55
Hex 49 7C CD 40 28 0 14 D9 39 37
Octal 111 174 315 100 50 0 24 331 71 67
Binary 1001001 1111100 11001101 1000000 101000 0 10100 11011001 111001 110111

Color Harmonies of #497CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CCD

Black with #497CCD

Text Example


Text Example

White with #497CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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