Html Css Color HEX #497270 William

📋 copy color: '#497270'

red 73 ◦ green 114 ◦ blue 112

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

Shades of William #497270

Tints of William #497270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 24.41%
G = 38.13%
B = 37.46%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#497270 (or 0x497270) is known color: William. HEX triplet: 49, 72 and 70. RGB value is (73,114,112). Sum of RGB (Red+Green+Blue) = 73+114+112=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #497270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497270 is #B68D8F. Grayscale: #656565. Windows color (decimal): -11963792 or 7369289. OLE color: 7369289.

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

Color convert

RGB 73 114 112 -
CMYK 0.36 0 0.02 0.55
HSL 177.07º 0.22% 0.37% -
HSV(B) 177.07º 0.36% 0.45% -
XYZ 11.69 14.62 17.54 -
YUV 101.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 73 114 112 0.36 0 0.02 0.55 177.07 0.22 0.37
Hex 49 72 70 24 0 2 37 B1 16 25
Octal 111 162 160 44 0 2 67 261 26 45
Binary 1001001 1110010 1110000 100100 0 10 110111 10110001 10110 100101

Color Harmonies of #497270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497270

Black with #497270

Text Example


Text Example

White with #497270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497270; }

 p { color: rgb(73,114,112); }

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

background-color css

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

 a { background-color: rgb(73,114,112); }

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

border-color css

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

 span { border-color: rgb(73,114,112); }

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