#465351

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

Shades of Dark Slate #465351

Tints of Dark Slate #465351

Color information

#465351 (or 0x465351) is unknown color: approx Dark Slate. HEX triplet: 46, 53 and 51. RGB value is (70,83,81). Sum of RGB (Red+Green+Blue) = 70+83+81=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 83 - color contains mainly: green. Hex color #465351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465351 is #B9ACAE. Grayscale: #4E4E4E. Windows color (decimal): -12168367 or 5329734. OLE color: 5329734.

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

Color convert

RGB708381-
CMYK0.1600.020.67
HSL170.77º8.5%30%-
HSV(B)170.77º15.66%32.55%-
XYZ7.18.088.97-
YUV78.88129.19121.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=29.91%
G=35.47%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7083810.1600.020.67170.778.530
Hex465351100243ab81e
Octal10612312120021032531036
Binary10001101010011101000110000010100001110101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465351; }

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

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

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

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

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

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

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

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