Shades of Dark Slate Grey #2A4B4A
Tints of Dark Slate Grey #2A4B4A
RGB
CMYK
RGB Variations
Color information
#2A4B4A (or 0x2A4B4A) is known color: Dark Slate Grey. HEX triplet: 2A, 4B and 4A. RGB value is (42,75,74). Sum of RGB (Red+Green+Blue) = 42+75+74=191 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.99% from 191); Green value is 75 (29.69% from 255 or 39.27% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 75 - color contains mainly: green. Hex color #2A4B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4B4A is #D5B4B5. Grayscale: #404040. Windows color (decimal): -14005430 or 4868906. OLE color: 4868906.
HSL color Cylindrical-coordinate representation of color #2A4B4A: hue angle of 178.18º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2A4B4A is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 42 | 75 | 74 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.71 |
| HSL | 178.18º | 0.28% | 0.23% | - |
| HSV(B) | 178.18º | 0.44% | 0.29% | - |
| XYZ | 4.71 | 6.02 | 7.39 | - |
| YUV | 65.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 74 | 0.44 | 0 | 0.01 | 0.71 | 178.18 | 0.28 | 0.23 |
| Hex | 2A | 4B | 4A | 2C | 0 | 1 | 47 | B2 | 1C | 17 |
| Octal | 52 | 113 | 112 | 54 | 0 | 1 | 107 | 262 | 34 | 27 |
| Binary | 101010 | 1001011 | 1001010 | 101100 | 0 | 1 | 1000111 | 10110010 | 11100 | 10111 |
Color Harmonies of #2A4B4A
Complementary color
Monochromatic Colors of #2A4B4A
Black with #2A4B4A
Text Example
Text Example
White with #2A4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B4A; }
p { color: rgb(42,75,74); }
H1.HeaderClassName
{
color: #2A4B4A;
}
.AnyTagClassName
{
color: #2A4B4A;
}
</style>
background-color css
<style>
a { background-color: #2A4B4A; }
a { background-color: rgb(42,75,74); }
div.DivClassName
{
background-color: #2A4B4A;
}
.BgClassName
{
background-color: #2A4B4A;
}
</style>
border-color css
<style>
span { border-color: #2A4B4A; }
span { border-color: rgb(42,75,74); }
td.TdClassName
{
border-color: #2A4B4A;
}
.TagClassName
{
border-color: #2A4B4A;
}
</style>