#28494B

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

Shades of Dark Slate Grey #28494B

Tints of Dark Slate Grey #28494B

Color information

#28494B (or 0x28494B) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 49 and 4B. RGB value is (40,73,75). Sum of RGB (Red+Green+Blue) = 40+73+75=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #28494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28494B is #D7B6B4. Grayscale: #3F3F3F. Windows color (decimal): -14137013 or 4933928. OLE color: 4933928.

HSL color Cylindrical-coordinate representation of color #28494B: hue angle of 183.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28494B is Cyan = 0.47, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB407375-
CMYK0.470.0300.71
HSL183.43º30.43%22.55%-
HSV(B)183.43º46.67%29.41%-
XYZ4.535.727.52-
YUV63.36134.57111.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=21.28%
G=38.83%
B=39.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4073750.470.0300.71183.4330.4322.55
Hex28494B2F3047b71e17
Octal5011111357301072673627
Binary101000100100110010111011111101000111101101111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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