#465050

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

Shades of Dark Slate #465050

Tints of Dark Slate #465050

Color information

#465050 (or 0x465050) is unknown color: approx Dark Slate. HEX triplet: 46, 50 and 50. RGB value is (70,80,80). Sum of RGB (Red+Green+Blue) = 70+80+80=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #465050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465050 is #B9AFAF. Grayscale: #4C4C4C. Windows color (decimal): -12169136 or 5263430. OLE color: 5263430.

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

Color convert

RGB708080-
CMYK0.12000.69
HSL180º6.67%29.41%-
HSV(B)180º12.5%31.37%-
XYZ6.847.628.7-
YUV77.01129.69123-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=30.43%
G=34.78%
B=34.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080800.12000.691806.6729.41
Hex465050C0045b471d
Octal1061201201400105264735
Binary10001101010000101000011000010001011011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465050; }

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

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

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

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

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

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

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

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