Html Css Color HEX #497CD0 Havelock Blue

📋 copy color: '#497CD0'

red 73 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #497CD0

Tints of Havelock Blue #497CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.36%

R = 18.02%
G = 30.62%
B = 51.36%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#497CD0 (or 0x497CD0) is known color: Havelock Blue. HEX triplet: 49, 7C and D0. RGB value is (73,124,208). Sum of RGB (Red+Green+Blue) = 73+124+208=405 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.02% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #497CD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497CD0 is #B6832F. Grayscale: #757575. Windows color (decimal): -11961136 or 13663305. OLE color: 13663305.

HSL color Cylindrical-coordinate representation of color #497CD0: hue angle of 217.33º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497CD0 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 124 208 -
CMYK 0.65 0.40 0 0.18
HSL 217.33º 0.59% 0.55% -
HSV(B) 217.33º 0.65% 0.82% -
XYZ 21.34 20.39 62.48 -
YUV 118.33 178.6 95.67 -
System Red Green Blue C M Y K H S L
Decimal 73 124 208 0.65 0.40 0 0.18 217.33 0.59 0.55
Hex 49 7C D0 41 28 0 12 D9 3B 37
Octal 111 174 320 101 50 0 22 331 73 67
Binary 1001001 1111100 11010000 1000001 101000 0 10010 11011001 111011 110111

Color Harmonies of #497CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497CD0

Black with #497CD0

Text Example


Text Example

White with #497CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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