Html Css Color HEX #497371 William

📋 copy color: '#497371'

red 73 ◦ green 115 ◦ blue 113

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

Shades of William #497371

Tints of William #497371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 24.25%
G = 38.21%
B = 37.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#497371 (or 0x497371) is known color: William. HEX triplet: 49, 73 and 71. RGB value is (73,115,113). Sum of RGB (Red+Green+Blue) = 73+115+113=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #497371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497371 is #B68C8E. Grayscale: #666666. Windows color (decimal): -11963535 or 7435081. OLE color: 7435081.

HSL color Cylindrical-coordinate representation of color #497371: hue angle of 177.14º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497371 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 113 -
CMYK 0.37 0 0.02 0.55
HSL 177.14º 0.22% 0.37% -
HSV(B) 177.14º 0.37% 0.45% -
XYZ 11.86 14.87 17.87 -
YUV 102.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 73 115 113 0.37 0 0.02 0.55 177.14 0.22 0.37
Hex 49 73 71 25 0 2 37 B1 16 25
Octal 111 163 161 45 0 2 67 261 26 45
Binary 1001001 1110011 1110001 100101 0 10 110111 10110001 10110 100101

Color Harmonies of #497371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497371

Black with #497371

Text Example


Text Example

White with #497371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497371; }

 p { color: rgb(73,115,113); }

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

background-color css

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

 a { background-color: rgb(73,115,113); }

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

border-color css

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

 span { border-color: rgb(73,115,113); }

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