#465353

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

Shades of Dark Slate #465353

Tints of Dark Slate #465353

Color information

#465353 (or 0x465353) is unknown color: approx Dark Slate. HEX triplet: 46, 53 and 53. RGB value is (70,83,83). Sum of RGB (Red+Green+Blue) = 70+83+83=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #465353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465353 is #B9ACAC. Grayscale: #4F4F4F. Windows color (decimal): -12168365 or 5460806. OLE color: 5460806.

HSL color Cylindrical-coordinate representation of color #465353: hue angle of 180º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465353 is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB708383-
CMYK0.16000.67
HSL180º8.5%30%-
HSV(B)180º15.66%32.55%-
XYZ7.188.119.37-
YUV79.11130.19121.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=29.66%
G=35.17%
B=35.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083830.16000.671808.530
Hex465353100043b481e
Octal10612312320001032641036
Binary1000110101001110100111000000100001110110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465353; }

 p { color: rgb(70,83,83); }

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

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

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

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

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

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

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