#465151

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

Shades of Dark Slate #465151

Tints of Dark Slate #465151

Color information

#465151 (or 0x465151) is unknown color: approx Dark Slate. HEX triplet: 46, 51 and 51. RGB value is (70,81,81). Sum of RGB (Red+Green+Blue) = 70+81+81=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #465151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465151 is #B9AEAE. Grayscale: #4D4D4D. Windows color (decimal): -12168879 or 5329222. OLE color: 5329222.

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

Color convert

RGB708181-
CMYK0.14000.68
HSL180º7.28%29.61%-
HSV(B)180º13.58%31.76%-
XYZ6.957.788.92-
YUV77.71129.86122.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=30.17%
G=34.91%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7081810.14000.681807.2829.61
Hex465151E0044b471e
Octal1061211211600104264736
Binary10001101010001101000111100010001001011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465151; }

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

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

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

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

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

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

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

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