#49585B

Color #49585B Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #49585B

Tints of Casal #49585B

Color information

#49585B (or 0x49585B) is unknown color: approx Casal. HEX triplet: 49, 58 and 5B. RGB value is (73,88,91). Sum of RGB (Red+Green+Blue) = 73+88+91=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #49585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585B is #B6A7A4. Grayscale: #535353. Windows color (decimal): -11970469 or 5986377. OLE color: 5986377.

HSL color Cylindrical-coordinate representation of color #49585B: hue angle of 190º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49585B is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738891-
CMYK0.200.0300.64
HSL190º10.98%32.16%-
HSV(B)190º19.78%35.69%-
XYZ8.139.1511.24-
YUV83.86132.03120.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=28.97%
G=34.92%
B=36.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7388910.200.0300.6419010.9832.16
Hex49585B143040beb20
Octal11113013324301002761340
Binary100100110110001011011101001101000000101111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49585B; }

 p { color: rgb(73,88,91); }

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

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

 a { background-color: rgb(73,88,91); }

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

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

 span { border-color: rgb(73,88,91); }

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