Shades of Big Stone #33484D
Tints of Big Stone #33484D
RGB
CMYK
RGB Variations
Color information
#33484D (or 0x33484D) is known color: Big Stone. HEX triplet: 33, 48 and 4D. RGB value is (51,72,77). Sum of RGB (Red+Green+Blue) = 51+72+77=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #33484D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33484D is #CCB7B2. Grayscale: #424242. Windows color (decimal): -13416371 or 5064755. OLE color: 5064755.
HSL color Cylindrical-coordinate representation of color #33484D: hue angle of 191.54º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33484D is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 72 | 77 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.70 |
| HSL | 191.54º | 0.2% | 0.25% | - |
| HSV(B) | 191.54º | 0.34% | 0.3% | - |
| XYZ | 5.02 | 5.87 | 7.89 | - |
| YUV | 66.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 77 | 0.34 | 0.06 | 0 | 0.70 | 191.54 | 0.2 | 0.25 |
| Hex | 33 | 48 | 4D | 22 | 6 | 0 | 46 | C0 | 14 | 19 |
| Octal | 63 | 110 | 115 | 42 | 6 | 0 | 106 | 300 | 24 | 31 |
| Binary | 110011 | 1001000 | 1001101 | 100010 | 110 | 0 | 1000110 | 11000000 | 10100 | 11001 |
Color Harmonies of #33484D
Complementary color
Monochromatic Colors of #33484D
Black with #33484D
Text Example
Text Example
White with #33484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33484D; }
p { color: rgb(51,72,77); }
H1.HeaderClassName
{
color: #33484D;
}
.AnyTagClassName
{
color: #33484D;
}
</style>
background-color css
<style>
a { background-color: #33484D; }
a { background-color: rgb(51,72,77); }
div.DivClassName
{
background-color: #33484D;
}
.BgClassName
{
background-color: #33484D;
}
</style>
border-color css
<style>
span { border-color: #33484D; }
span { border-color: rgb(51,72,77); }
td.TdClassName
{
border-color: #33484D;
}
.TagClassName
{
border-color: #33484D;
}
</style>