Shades of Big Stone #2E4246
Tints of Big Stone #2E4246
RGB
CMYK
RGB Variations
Color information
#2E4246 (or 0x2E4246) is known color: Big Stone. HEX triplet: 2E, 42 and 46. RGB value is (46,66,70). Sum of RGB (Red+Green+Blue) = 46+66+70=182 (24% of max value = 765). Red value is 46 (18.36% from 255 or 25.27% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 70 (27.73% from 255 or 38.46% from 182); Max value from RGB is 70 - color contains mainly: blue. Hex color #2E4246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4246 is #D1BDB9. Grayscale: #3C3C3C. Windows color (decimal): -13745594 or 4604462. OLE color: 4604462.
HSL color Cylindrical-coordinate representation of color #2E4246: hue angle of 190º degrees, saturation: 0.21, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2E4246 is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 46 | 66 | 70 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.73 |
| HSL | 190º | 0.21% | 0.23% | - |
| HSV(B) | 190º | 0.34% | 0.27% | - |
| XYZ | 4.18 | 4.92 | 6.52 | - |
| YUV | 60.48 | 133.37 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 66 | 70 | 0.34 | 0.06 | 0 | 0.73 | 190 | 0.21 | 0.23 |
| Hex | 2E | 42 | 46 | 22 | 6 | 0 | 49 | BE | 15 | 17 |
| Octal | 56 | 102 | 106 | 42 | 6 | 0 | 111 | 276 | 25 | 27 |
| Binary | 101110 | 1000010 | 1000110 | 100010 | 110 | 0 | 1001001 | 10111110 | 10101 | 10111 |
Color Harmonies of #2E4246
Complementary color
Monochromatic Colors of #2E4246
Black with #2E4246
Text Example
Text Example
White with #2E4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E4246; }
p { color: rgb(46,66,70); }
H1.HeaderClassName
{
color: #2E4246;
}
.AnyTagClassName
{
color: #2E4246;
}
</style>
background-color css
<style>
a { background-color: #2E4246; }
a { background-color: rgb(46,66,70); }
div.DivClassName
{
background-color: #2E4246;
}
.BgClassName
{
background-color: #2E4246;
}
</style>
border-color css
<style>
span { border-color: #2E4246; }
span { border-color: rgb(46,66,70); }
td.TdClassName
{
border-color: #2E4246;
}
.TagClassName
{
border-color: #2E4246;
}
</style>