#454848

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

Shades of Dark Slate #454848

Tints of Dark Slate #454848

Color information

#454848 (or 0x454848) is unknown color: approx Dark Slate. HEX triplet: 45, 48 and 48. RGB value is (69,72,72). Sum of RGB (Red+Green+Blue) = 69+72+72=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #454848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454848 is #BAB7B7. Grayscale: #474747. Windows color (decimal): -12236728 or 4737093. OLE color: 4737093.

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

Color convert

RGB697272-
CMYK0.04000.72
HSL180º2.13%27.65%-
HSV(B)180º4.17%28.24%-
XYZ5.946.377.05-
YUV71.1128.51126.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=32.39%
G=33.80%
B=33.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6972720.04000.721802.1327.65
Hex45484840048b421c
Octal105110110400110264234
Binary100010110010001001000100001001000101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454848; }

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

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

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

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

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

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

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

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