#284649

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

Shades of Dark Slate Grey #284649

Tints of Dark Slate Grey #284649

Color information

#284649 (or 0x284649) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 46 and 49. RGB value is (40,70,73). Sum of RGB (Red+Green+Blue) = 40+70+73=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #284649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284649 is #D7B9B6. Grayscale: #3D3D3D. Windows color (decimal): -14137783 or 4802088. OLE color: 4802088.

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

Color convert

RGB407073-
CMYK0.450.0400.71
HSL185.45º29.2%22.16%-
HSV(B)185.45º45.21%28.63%-
XYZ4.275.317.1-
YUV61.37134.56112.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 70 (27.73% from 255) = 38.25%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=21.86%
G=38.25%
B=39.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4070730.450.0400.71185.4529.222.16
Hex2846492D4047b91d16
Octal5010611155401072713526
Binary1010001000110100100110110110001000111101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284649; }

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

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

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

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

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

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

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

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