#284A49

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

Shades of Dark Slate Grey #284A49

Tints of Dark Slate Grey #284A49

Color information

#284A49 (or 0x284A49) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 4A and 49. RGB value is (40,74,73). Sum of RGB (Red+Green+Blue) = 40+74+73=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 73 (28.91% from 255 or 39.04% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #284A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A49 is #D7B5B6. Grayscale: #3F3F3F. Windows color (decimal): -14136759 or 4803112. OLE color: 4803112.

HSL color Cylindrical-coordinate representation of color #284A49: hue angle of 178.24º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #284A49 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.

Color convert

RGB407473-
CMYK0.4600.010.71
HSL178.24º29.82%22.35%-
HSV(B)178.24º45.95%29.02%-
XYZ4.535.837.19-
YUV63.72133.24111.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 74 (29.30% from 255) = 39.57%
BLUE value IS 73 (28.91% from 255) = 39.04%
R=21.39%
G=39.57%
B=39.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4074730.4600.010.71178.2429.8222.35
Hex284A492E0147b21e16
Octal5011211156011072623626
Binary10100010010101001001101110011000111101100101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284A49; }

 p { color: rgb(40,74,73); }

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

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

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

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

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

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

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