Shades of Big Stone #31464D
Tints of Big Stone #31464D
RGB
CMYK
RGB Variations
Color information
#31464D (or 0x31464D) is known color: Big Stone. HEX triplet: 31, 46 and 4D. RGB value is (49,70,77). Sum of RGB (Red+Green+Blue) = 49+70+77=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #31464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31464D is #CEB9B2. Grayscale: #404040. Windows color (decimal): -13547955 or 5064241. OLE color: 5064241.
HSL color Cylindrical-coordinate representation of color #31464D: hue angle of 195º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31464D is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 70 | 77 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.70 |
| HSL | 195º | 0.22% | 0.25% | - |
| HSV(B) | 195º | 0.36% | 0.3% | - |
| XYZ | 4.8 | 5.57 | 7.84 | - |
| YUV | 64.52 | 135.04 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 70 | 77 | 0.36 | 0.09 | 0 | 0.70 | 195 | 0.22 | 0.25 |
| Hex | 31 | 46 | 4D | 24 | 9 | 0 | 46 | C3 | 16 | 19 |
| Octal | 61 | 106 | 115 | 44 | 11 | 0 | 106 | 303 | 26 | 31 |
| Binary | 110001 | 1000110 | 1001101 | 100100 | 1001 | 0 | 1000110 | 11000011 | 10110 | 11001 |
Color Harmonies of #31464D
Complementary color
Monochromatic Colors of #31464D
Black with #31464D
Text Example
Text Example
White with #31464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31464D; }
p { color: rgb(49,70,77); }
H1.HeaderClassName
{
color: #31464D;
}
.AnyTagClassName
{
color: #31464D;
}
</style>
background-color css
<style>
a { background-color: #31464D; }
a { background-color: rgb(49,70,77); }
div.DivClassName
{
background-color: #31464D;
}
.BgClassName
{
background-color: #31464D;
}
</style>
border-color css
<style>
span { border-color: #31464D; }
span { border-color: rgb(49,70,77); }
td.TdClassName
{
border-color: #31464D;
}
.TagClassName
{
border-color: #31464D;
}
</style>