#485150

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

Shades of Dark Slate #485150

Tints of Dark Slate #485150

Color information

#485150 (or 0x485150) is unknown color: approx Dark Slate. HEX triplet: 48, 51 and 50. RGB value is (72,81,80). Sum of RGB (Red+Green+Blue) = 72+81+80=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 81 - color contains mainly: green. Hex color #485150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485150 is #B7AEAF. Grayscale: #4E4E4E. Windows color (decimal): -12037808 or 5263688. OLE color: 5263688.

HSL color Cylindrical-coordinate representation of color #485150: hue angle of 173.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485150 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB728180-
CMYK0.1100.010.68
HSL173.33º5.88%30%-
HSV(B)173.33º11.11%31.76%-
XYZ7.067.848.73-
YUV78.19129.02123.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 81 (32.03% from 255) = 34.76%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=30.90%
G=34.76%
B=34.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281800.1100.010.68173.335.8830
Hex485150B0144ad61e
Octal1101211201301104255636
Binary10010001010001101000010110110001001010110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485150; }

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

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

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

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

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

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

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

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