#46504E

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

Shades of Dark Slate #46504E

Tints of Dark Slate #46504E

Color information

#46504E (or 0x46504E) is unknown color: approx Dark Slate. HEX triplet: 46, 50 and 4E. RGB value is (70,80,78). Sum of RGB (Red+Green+Blue) = 70+80+78=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #46504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46504E is #B9AFB1. Grayscale: #4C4C4C. Windows color (decimal): -12169138 or 5132358. OLE color: 5132358.

HSL color Cylindrical-coordinate representation of color #46504E: hue angle of 168º 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 #46504E is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB708078-
CMYK0.1200.020.69
HSL168º6.67%29.41%-
HSV(B)168º12.5%31.37%-
XYZ6.777.598.32-
YUV76.78128.69123.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 78 (30.86% from 255) = 34.21%
R=30.70%
G=35.09%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7080780.1200.020.691686.6729.41
Hex46504EC0245a871d
Octal1061201161402105250735
Binary100011010100001001110110001010001011010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46504E; }

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

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

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

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

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

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

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

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