#45514F

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

Shades of Dark Slate #45514F

Tints of Dark Slate #45514F

Color information

#45514F (or 0x45514F) is unknown color: approx Dark Slate. HEX triplet: 45, 51 and 4F. RGB value is (69,81,79). Sum of RGB (Red+Green+Blue) = 69+81+79=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #45514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45514F is #BAAEB0. Grayscale: #4D4D4D. Windows color (decimal): -12234417 or 5198149. OLE color: 5198149.

HSL color Cylindrical-coordinate representation of color #45514F: hue angle of 170º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45514F is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB698179-
CMYK0.1500.020.68
HSL170º8%29.41%-
HSV(B)170º14.81%31.76%-
XYZ6.817.718.53-
YUV77.18129.02122.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 81 (32.03% from 255) = 35.37%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=30.13%
G=35.37%
B=34.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981790.1500.020.68170829.41
Hex45514FF0244aa81d
Octal10512111717021042521035
Binary1000101101000110011111111010100010010101010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45514F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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