#45504E

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

Shades of Dark Slate #45504E

Tints of Dark Slate #45504E

Color information

#45504E (or 0x45504E) is unknown color: approx Dark Slate. HEX triplet: 45, 50 and 4E. RGB value is (69,80,78). Sum of RGB (Red+Green+Blue) = 69+80+78=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 80 - color contains mainly: green. Hex color #45504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45504E is #BAAFB1. Grayscale: #4C4C4C. Windows color (decimal): -12234674 or 5132357. OLE color: 5132357.

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

Color convert

RGB698078-
CMYK0.1400.020.69
HSL169.09º7.38%29.22%-
HSV(B)169.09º13.75%31.37%-
XYZ6.77.558.31-
YUV76.48128.86122.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=30.40%
G=35.24%
B=34.36%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980780.1400.020.69169.097.3829.22
Hex45504EE0245a971d
Octal1051201161602105251735
Binary100010110100001001110111001010001011010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45504E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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