#49585C

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

Shades of Casal #49585C

Tints of Casal #49585C

Color information

#49585C (or 0x49585C) is unknown color: approx Casal. HEX triplet: 49, 58 and 5C. RGB value is (73,88,92). Sum of RGB (Red+Green+Blue) = 73+88+92=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 92 - color contains mainly: blue. Hex color #49585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49585C is #B6A7A3. Grayscale: #535353. Windows color (decimal): -11970468 or 6051913. OLE color: 6051913.

HSL color Cylindrical-coordinate representation of color #49585C: hue angle of 192.63º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49585C is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB738892-
CMYK0.210.0400.64
HSL192.63º11.52%32.35%-
HSV(B)192.63º20.65%36.08%-
XYZ8.179.1711.46-
YUV83.97132.53120.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=28.85%
G=34.78%
B=36.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7388920.210.0400.64192.6311.5232.35
Hex49585C154040c1c20
Octal11113013425401003011440
Binary1001001101100010111001010110001000000110000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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