Shades of Big Stone #2E4249
Tints of Big Stone #2E4249
RGB
CMYK
RGB Variations
Color information
#2E4249 (or 0x2E4249) is known color: Big Stone. HEX triplet: 2E, 42 and 49. RGB value is (46,66,73). Sum of RGB (Red+Green+Blue) = 46+66+73=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 66 (26.17% from 255 or 35.68% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #2E4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4249 is #D1BDB6. Grayscale: #3C3C3C. Windows color (decimal): -13745591 or 4801070. OLE color: 4801070.
HSL color Cylindrical-coordinate representation of color #2E4249: hue angle of 195.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4249 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 66 | 73 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.71 |
| HSL | 195.56º | 0.23% | 0.23% | - |
| HSV(B) | 195.56º | 0.37% | 0.29% | - |
| XYZ | 4.28 | 4.96 | 7.03 | - |
| YUV | 60.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 73 | 0.37 | 0.10 | 0 | 0.71 | 195.56 | 0.23 | 0.23 |
| Hex | 2E | 42 | 49 | 25 | A | 0 | 47 | C4 | 17 | 17 |
| Octal | 56 | 102 | 111 | 45 | 12 | 0 | 107 | 304 | 27 | 27 |
| Binary | 101110 | 1000010 | 1001001 | 100101 | 1010 | 0 | 1000111 | 11000100 | 10111 | 10111 |
Color Harmonies of #2E4249
Complementary color
Monochromatic Colors of #2E4249
Black with #2E4249
Text Example
Text Example
White with #2E4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4249; }
p { color: rgb(46,66,73); }
H1.HeaderClassName
{
color: #2E4249;
}
.AnyTagClassName
{
color: #2E4249;
}
</style>
background-color css
<style>
a { background-color: #2E4249; }
a { background-color: rgb(46,66,73); }
div.DivClassName
{
background-color: #2E4249;
}
.BgClassName
{
background-color: #2E4249;
}
</style>
border-color css
<style>
span { border-color: #2E4249; }
span { border-color: rgb(46,66,73); }
td.TdClassName
{
border-color: #2E4249;
}
.TagClassName
{
border-color: #2E4249;
}
</style>