Shades of Big Stone #33474E
Tints of Big Stone #33474E
RGB
CMYK
RGB Variations
Color information
#33474E (or 0x33474E) is known color: Big Stone. HEX triplet: 33, 47 and 4E. RGB value is (51,71,78). Sum of RGB (Red+Green+Blue) = 51+71+78=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 78 - color contains mainly: blue. Hex color #33474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33474E is #CCB8B1. Grayscale: #414141. Windows color (decimal): -13416626 or 5130035. OLE color: 5130035.
HSL color Cylindrical-coordinate representation of color #33474E: hue angle of 195.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #33474E is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 71 | 78 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.69 |
| HSL | 195.56º | 0.21% | 0.25% | - |
| HSV(B) | 195.56º | 0.35% | 0.31% | - |
| XYZ | 4.99 | 5.76 | 8.06 | - |
| YUV | 65.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 78 | 0.35 | 0.09 | 0 | 0.69 | 195.56 | 0.21 | 0.25 |
| Hex | 33 | 47 | 4E | 23 | 9 | 0 | 45 | C4 | 15 | 19 |
| Octal | 63 | 107 | 116 | 43 | 11 | 0 | 105 | 304 | 25 | 31 |
| Binary | 110011 | 1000111 | 1001110 | 100011 | 1001 | 0 | 1000101 | 11000100 | 10101 | 11001 |
Color Harmonies of #33474E
Complementary color
Monochromatic Colors of #33474E
Black with #33474E
Text Example
Text Example
White with #33474E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33474E; }
p { color: rgb(51,71,78); }
H1.HeaderClassName
{
color: #33474E;
}
.AnyTagClassName
{
color: #33474E;
}
</style>
background-color css
<style>
a { background-color: #33474E; }
a { background-color: rgb(51,71,78); }
div.DivClassName
{
background-color: #33474E;
}
.BgClassName
{
background-color: #33474E;
}
</style>
border-color css
<style>
span { border-color: #33474E; }
span { border-color: rgb(51,71,78); }
td.TdClassName
{
border-color: #33474E;
}
.TagClassName
{
border-color: #33474E;
}
</style>