#465352

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

Shades of Dark Slate #465352

Tints of Dark Slate #465352

Color information

#465352 (or 0x465352) is unknown color: approx Dark Slate. HEX triplet: 46, 53 and 52. RGB value is (70,83,82). Sum of RGB (Red+Green+Blue) = 70+83+82=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #465352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465352 is #B9ACAD. Grayscale: #4E4E4E. Windows color (decimal): -12168366 or 5395270. OLE color: 5395270.

HSL color Cylindrical-coordinate representation of color #465352: hue angle of 175.38º 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 #465352 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB708382-
CMYK0.1600.010.67
HSL175.38º8.5%30%-
HSV(B)175.38º15.66%32.55%-
XYZ7.148.19.17-
YUV79129.69121.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 83 (32.81% from 255) = 35.32%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=29.79%
G=35.32%
B=34.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083820.1600.010.67175.388.530
Hex465352100143af81e
Octal10612312220011032571036
Binary1000110101001110100101000001100001110101111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465352; }

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

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

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

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

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

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

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

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