#28494A

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

Shades of Dark Slate Grey #28494A

Tints of Dark Slate Grey #28494A

Color information

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

HSL color Cylindrical-coordinate representation of color #28494A: hue angle of 181.76º 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 #28494A is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB407374-
CMYK0.460.0100.71
HSL181.76º29.82%22.35%-
HSV(B)181.76º45.95%29.02%-
XYZ4.495.717.34-
YUV63.25134.07111.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073740.460.0100.71181.7629.8222.35
Hex28494A2E1047b61e16
Octal5011111256101072663626
Binary10100010010011001010101110101000111101101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28494A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28494A; }

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

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

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

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

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

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

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

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