Shades of Big Stone #2E464B
Tints of Big Stone #2E464B
RGB
CMYK
RGB Variations
Color information
#2E464B (or 0x2E464B) is known color: Big Stone. HEX triplet: 2E, 46 and 4B. RGB value is (46,70,75). Sum of RGB (Red+Green+Blue) = 46+70+75=191 (25% of max value = 765). Red value is 46 (18.36% from 255 or 24.08% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E464B is #D1B9B4. Grayscale: #3F3F3F. Windows color (decimal): -13744565 or 4933166. OLE color: 4933166.
HSL color Cylindrical-coordinate representation of color #2E464B: hue angle of 190.34º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E464B is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 70 | 75 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.71 |
| HSL | 190.34º | 0.24% | 0.24% | - |
| HSV(B) | 190.34º | 0.39% | 0.29% | - |
| XYZ | 4.59 | 5.47 | 7.47 | - |
| YUV | 63.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 70 | 75 | 0.39 | 0.07 | 0 | 0.71 | 190.34 | 0.24 | 0.24 |
| Hex | 2E | 46 | 4B | 27 | 7 | 0 | 47 | BE | 18 | 18 |
| Octal | 56 | 106 | 113 | 47 | 7 | 0 | 107 | 276 | 30 | 30 |
| Binary | 101110 | 1000110 | 1001011 | 100111 | 111 | 0 | 1000111 | 10111110 | 11000 | 11000 |
Color Harmonies of #2E464B
Complementary color
Monochromatic Colors of #2E464B
Black with #2E464B
Text Example
Text Example
White with #2E464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E464B; }
p { color: rgb(46,70,75); }
H1.HeaderClassName
{
color: #2E464B;
}
.AnyTagClassName
{
color: #2E464B;
}
</style>
background-color css
<style>
a { background-color: #2E464B; }
a { background-color: rgb(46,70,75); }
div.DivClassName
{
background-color: #2E464B;
}
.BgClassName
{
background-color: #2E464B;
}
</style>
border-color css
<style>
span { border-color: #2E464B; }
span { border-color: rgb(46,70,75); }
td.TdClassName
{
border-color: #2E464B;
}
.TagClassName
{
border-color: #2E464B;
}
</style>