#485050

Color #485050 Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #485050

Tints of Dark Slate #485050

Color information

#485050 (or 0x485050) is unknown color: approx Dark Slate. HEX triplet: 48, 50 and 50. RGB value is (72,80,80). Sum of RGB (Red+Green+Blue) = 72+80+80=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #485050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485050 is #B7AFAF. Grayscale: #4D4D4D. Windows color (decimal): -12038064 or 5263432. OLE color: 5263432.

HSL color Cylindrical-coordinate representation of color #485050: hue angle of 180º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #485050 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB728080-
CMYK0.10000.69
HSL180º5.26%29.8%-
HSV(B)180º10%31.37%-
XYZ6.997.698.71-
YUV77.61129.35124-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280800.10000.691805.2629.8
Hex485050A0045b451e
Octal1101201201200105264536
Binary10010001010000101000010100010001011011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485050; }

 p { color: rgb(72,80,80); }

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

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

 a { background-color: rgb(72,80,80); }

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

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

 span { border-color: rgb(72,80,80); }

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