#454949

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

Shades of Dark Slate #454949

Tints of Dark Slate #454949

Color information

#454949 (or 0x454949) is unknown color: approx Dark Slate. HEX triplet: 45, 49 and 49. RGB value is (69,73,73). Sum of RGB (Red+Green+Blue) = 69+73+73=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #454949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454949 is #BAB6B6. Grayscale: #474747. Windows color (decimal): -12236471 or 4802885. OLE color: 4802885.

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

Color convert

RGB697373-
CMYK0.05000.71
HSL180º2.82%27.84%-
HSV(B)180º5.48%28.63%-
XYZ6.046.517.24-
YUV71.8128.67126-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=32.09%
G=33.95%
B=33.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6973730.05000.711802.8227.84
Hex45494950047b431c
Octal105111111500107264334
Binary100010110010011001001101001000111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454949; }

 p { color: rgb(69,73,73); }

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

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

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

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

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

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

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