Shades of Dark Slate Grey #284A4A
Tints of Dark Slate Grey #284A4A
RGB
CMYK
RGB Variations
Color information
#284A4A (or 0x284A4A) is known color: Dark Slate Grey. HEX triplet: 28, 4A and 4A. RGB value is (40,74,74). Sum of RGB (Red+Green+Blue) = 40+74+74=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 74 (29.30% from 255 or 39.36% from 188); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #284A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284A4A is #D7B5B5. Grayscale: #3F3F3F. Windows color (decimal): -14136758 or 4868648. OLE color: 4868648.
HSL color Cylindrical-coordinate representation of color #284A4A: hue angle of 180º 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 #284A4A is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 74 | 74 | - |
| CMYK | 0.46 | 0 | 0 | 0.71 |
| HSL | 180º | 0.3% | 0.22% | - |
| HSV(B) | 180º | 0.46% | 0.29% | - |
| XYZ | 4.56 | 5.84 | 7.37 | - |
| YUV | 63.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 74 | 0.46 | 0 | 0 | 0.71 | 180 | 0.3 | 0.22 |
| Hex | 28 | 4A | 4A | 2E | 0 | 0 | 47 | B4 | 1E | 16 |
| Octal | 50 | 112 | 112 | 56 | 0 | 0 | 107 | 264 | 36 | 26 |
| Binary | 101000 | 1001010 | 1001010 | 101110 | 0 | 0 | 1000111 | 10110100 | 11110 | 10110 |
Color Harmonies of #284A4A
Complementary color
Monochromatic Colors of #284A4A
Black with #284A4A
Text Example
Text Example
White with #284A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284A4A; }
p { color: rgb(40,74,74); }
H1.HeaderClassName
{
color: #284A4A;
}
.AnyTagClassName
{
color: #284A4A;
}
</style>
background-color css
<style>
a { background-color: #284A4A; }
a { background-color: rgb(40,74,74); }
div.DivClassName
{
background-color: #284A4A;
}
.BgClassName
{
background-color: #284A4A;
}
</style>
border-color css
<style>
span { border-color: #284A4A; }
span { border-color: rgb(40,74,74); }
td.TdClassName
{
border-color: #284A4A;
}
.TagClassName
{
border-color: #284A4A;
}
</style>