Html Css Color HEX #497DD5 Havelock Blue

📋 copy color: '#497DD5'

red 73 ◦ green 125 ◦ blue 213

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

Shades of Havelock Blue #497DD5

Tints of Havelock Blue #497DD5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.41%

 BLUE value IS 213 (83.59% from 255) = 51.82%

R = 17.76%
G = 30.41%
B = 51.82%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#497DD5 (or 0x497DD5) is known color: Havelock Blue. HEX triplet: 49, 7D and D5. RGB value is (73,125,213). Sum of RGB (Red+Green+Blue) = 73+125+213=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #497DD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DD5 is #B6822A. Grayscale: #777777. Windows color (decimal): -11960875 or 13991241. OLE color: 13991241.

HSL color Cylindrical-coordinate representation of color #497DD5: hue angle of 217.71º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #497DD5 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 125 213 -
CMYK 0.66 0.41 0 0.16
HSL 217.71º 0.63% 0.56% -
HSV(B) 217.71º 0.66% 0.84% -
XYZ 22.09 20.89 65.82 -
YUV 119.48 180.77 94.84 -
System Red Green Blue C M Y K H S L
Decimal 73 125 213 0.66 0.41 0 0.16 217.71 0.63 0.56
Hex 49 7D D5 42 29 0 10 DA 3E 38
Octal 111 175 325 102 51 0 20 332 76 70
Binary 1001001 1111101 11010101 1000010 101001 0 10000 11011010 111110 111000

Color Harmonies of #497DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497DD5

Black with #497DD5

Text Example


Text Example

White with #497DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,125,213); }

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

background-color css

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

 a { background-color: rgb(73,125,213); }

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

border-color css

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

 span { border-color: rgb(73,125,213); }

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