#49535F

Color #49535F Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #49535F

Tints of Cello #49535F

Color information

#49535F (or 0x49535F) is unknown color: approx Cello. HEX triplet: 49, 53 and 5F. RGB value is (73,83,95). Sum of RGB (Red+Green+Blue) = 73+83+95=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #49535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535F is #B6ACA0. Grayscale: #515151. Windows color (decimal): -11971745 or 6247241. OLE color: 6247241.

HSL color Cylindrical-coordinate representation of color #49535F: hue angle of 212.73º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49535F is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB738395-
CMYK0.230.1300.63
HSL212.73º13.1%32.94%-
HSV(B)212.73º23.16%37.25%-
XYZ7.918.4312.04-
YUV81.38135.69122.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=29.08%
G=33.07%
B=37.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7383950.230.1300.63212.7313.132.94
Hex49535F17D03Fd5d21
Octal11112313727150773251541
Binary1001001101001110111111011111010111111110101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49535F; }

 p { color: rgb(73,83,95); }

 H1.HeaderClassName
 {
   color: #49535F;
 }
 .AnyTagClassName
 {
   color: #49535F;
 }
</style>
background-color css

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

 a { background-color: rgb(73,83,95); }

 div.DivClassName
 {
   background-color: #49535F;
 }
 .BgClassName
 {
   background-color: #49535F;
 }
</style>
border-color css

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

 span { border-color: rgb(73,83,95); }

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