#284546

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

Shades of Dark Slate Grey #284546

Tints of Dark Slate Grey #284546

Color information

#284546 (or 0x284546) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 45 and 46. RGB value is (40,69,70). Sum of RGB (Red+Green+Blue) = 40+69+70=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 69 (27.34% from 255 or 38.55% from 179); Blue value is 70 (27.73% from 255 or 39.11% from 179); Max value from RGB is 70 - color contains mainly: blue. Hex color #284546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284546 is #D7BAB9. Grayscale: #3C3C3C. Windows color (decimal): -14138042 or 4605224. OLE color: 4605224.

HSL color Cylindrical-coordinate representation of color #284546: hue angle of 182º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #284546 is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406970-
CMYK0.430.0100.73
HSL182º27.27%21.57%-
HSV(B)182º42.86%27.45%-
XYZ4.115.156.57-
YUV60.44133.39113.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.35%
GREEN value IS 69 (27.34% from 255) = 38.55%
BLUE value IS 70 (27.73% from 255) = 39.11%
R=22.35%
G=38.55%
B=39.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4069700.430.0100.7318227.2721.57
Hex2845462B1049b61b16
Octal5010510653101112663326
Binary10100010001011000110101011101001001101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284546; }

 p { color: rgb(40,69,70); }

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

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

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

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

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

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

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