#45504F

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

Shades of Dark Slate #45504F

Tints of Dark Slate #45504F

Color information

#45504F (or 0x45504F) is unknown color: approx Dark Slate. HEX triplet: 45, 50 and 4F. RGB value is (69,80,79). Sum of RGB (Red+Green+Blue) = 69+80+79=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #45504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45504F is #BAAFB0. Grayscale: #4C4C4C. Windows color (decimal): -12234673 or 5197893. OLE color: 5197893.

HSL color Cylindrical-coordinate representation of color #45504F: hue angle of 174.55º 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 #45504F is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB698079-
CMYK0.1400.010.69
HSL174.55º7.38%29.22%-
HSV(B)174.55º13.75%31.37%-
XYZ6.737.578.5-
YUV76.6129.36122.58-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=30.26%
G=35.09%
B=34.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6980790.1400.010.69174.557.3829.22
Hex45504FE0145af71d
Octal1051201171601105257735
Binary10001011010000100111111100110001011010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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