Shades of Dark Slate Grey #2A4B4E
Tints of Dark Slate Grey #2A4B4E
RGB
CMYK
RGB Variations
Color information
#2A4B4E (or 0x2A4B4E) is known color: Dark Slate Grey. HEX triplet: 2A, 4B and 4E. RGB value is (42,75,78). Sum of RGB (Red+Green+Blue) = 42+75+78=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #2A4B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4B4E is #D5B4B1. Grayscale: #414141. Windows color (decimal): -14005426 or 5131050. OLE color: 5131050.
HSL color Cylindrical-coordinate representation of color #2A4B4E: hue angle of 185º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2A4B4E is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 75 | 78 | - |
| CMYK | 0.46 | 0.04 | 0 | 0.69 |
| HSL | 185º | 0.3% | 0.24% | - |
| HSV(B) | 185º | 0.46% | 0.31% | - |
| XYZ | 4.85 | 6.07 | 8.12 | - |
| YUV | 65.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 75 | 78 | 0.46 | 0.04 | 0 | 0.69 | 185 | 0.3 | 0.24 |
| Hex | 2A | 4B | 4E | 2E | 4 | 0 | 45 | B9 | 1E | 18 |
| Octal | 52 | 113 | 116 | 56 | 4 | 0 | 105 | 271 | 36 | 30 |
| Binary | 101010 | 1001011 | 1001110 | 101110 | 100 | 0 | 1000101 | 10111001 | 11110 | 11000 |
Color Harmonies of #2A4B4E
Complementary color
Monochromatic Colors of #2A4B4E
Black with #2A4B4E
Text Example
Text Example
White with #2A4B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4B4E; }
p { color: rgb(42,75,78); }
H1.HeaderClassName
{
color: #2A4B4E;
}
.AnyTagClassName
{
color: #2A4B4E;
}
</style>
background-color css
<style>
a { background-color: #2A4B4E; }
a { background-color: rgb(42,75,78); }
div.DivClassName
{
background-color: #2A4B4E;
}
.BgClassName
{
background-color: #2A4B4E;
}
</style>
border-color css
<style>
span { border-color: #2A4B4E; }
span { border-color: rgb(42,75,78); }
td.TdClassName
{
border-color: #2A4B4E;
}
.TagClassName
{
border-color: #2A4B4E;
}
</style>