Shades of Dark Slate Grey #284A4B
Tints of Dark Slate Grey #284A4B
RGB
CMYK
RGB Variations
Color information
#284A4B (or 0x284A4B) is known color: Dark Slate Grey. HEX triplet: 28, 4A and 4B. RGB value is (40,74,75). Sum of RGB (Red+Green+Blue) = 40+74+75=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #284A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A4B is #D7B5B4. Grayscale: #3F3F3F. Windows color (decimal): -14136757 or 4934184. OLE color: 4934184.
HSL color Cylindrical-coordinate representation of color #284A4B: hue angle of 181.71º 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 #284A4B is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 75 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.71 |
| HSL | 181.71º | 0.3% | 0.23% | - |
| HSV(B) | 181.71º | 0.47% | 0.29% | - |
| XYZ | 4.59 | 5.86 | 7.54 | - |
| YUV | 63.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 75 | 0.47 | 0.01 | 0 | 0.71 | 181.71 | 0.3 | 0.23 |
| Hex | 28 | 4A | 4B | 2F | 1 | 0 | 47 | B6 | 1E | 17 |
| Octal | 50 | 112 | 113 | 57 | 1 | 0 | 107 | 266 | 36 | 27 |
| Binary | 101000 | 1001010 | 1001011 | 101111 | 1 | 0 | 1000111 | 10110110 | 11110 | 10111 |
Color Harmonies of #284A4B
Complementary color
Monochromatic Colors of #284A4B
Black with #284A4B
Text Example
Text Example
White with #284A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A4B; }
p { color: rgb(40,74,75); }
H1.HeaderClassName
{
color: #284A4B;
}
.AnyTagClassName
{
color: #284A4B;
}
</style>
background-color css
<style>
a { background-color: #284A4B; }
a { background-color: rgb(40,74,75); }
div.DivClassName
{
background-color: #284A4B;
}
.BgClassName
{
background-color: #284A4B;
}
</style>
border-color css
<style>
span { border-color: #284A4B; }
span { border-color: rgb(40,74,75); }
td.TdClassName
{
border-color: #284A4B;
}
.TagClassName
{
border-color: #284A4B;
}
</style>