#284648

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

Shades of Dark Slate Grey #284648

Tints of Dark Slate Grey #284648

Color information

#284648 (or 0x284648) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 46 and 48. RGB value is (40,70,72). Sum of RGB (Red+Green+Blue) = 40+70+72=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #284648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284648 is #D7B9B7. Grayscale: #3D3D3D. Windows color (decimal): -14137784 or 4736552. OLE color: 4736552.

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

Color convert

RGB407072-
CMYK0.440.0300.72
HSL183.75º28.57%21.96%-
HSV(B)183.75º44.44%28.24%-
XYZ4.235.36.93-
YUV61.26134.06112.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=21.98%
G=38.46%
B=39.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4070720.440.0300.72183.7528.5721.96
Hex2846482C3048b81d16
Octal5010611054301102703526
Binary101000100011010010001011001101001000101110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284648; }

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

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

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

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

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

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

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

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