Shades of Big Stone #33464F
Tints of Big Stone #33464F
RGB
CMYK
RGB Variations
Color information
#33464F (or 0x33464F) is known color: Big Stone. HEX triplet: 33, 46 and 4F. RGB value is (51,70,79). Sum of RGB (Red+Green+Blue) = 51+70+79=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #33464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33464F is #CCB9B0. Grayscale: #414141. Windows color (decimal): -13416881 or 5195315. OLE color: 5195315.
HSL color Cylindrical-coordinate representation of color #33464F: hue angle of 199.29º degrees, saturation: 0.22, 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 #33464F is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 70 | 79 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.69 |
| HSL | 199.29º | 0.22% | 0.25% | - |
| HSV(B) | 199.29º | 0.35% | 0.31% | - |
| XYZ | 4.97 | 5.65 | 8.23 | - |
| YUV | 65.35 | 135.71 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 79 | 0.35 | 0.11 | 0 | 0.69 | 199.29 | 0.22 | 0.25 |
| Hex | 33 | 46 | 4F | 23 | B | 0 | 45 | C7 | 16 | 19 |
| Octal | 63 | 106 | 117 | 43 | 13 | 0 | 105 | 307 | 26 | 31 |
| Binary | 110011 | 1000110 | 1001111 | 100011 | 1011 | 0 | 1000101 | 11000111 | 10110 | 11001 |
Color Harmonies of #33464F
Complementary color
Monochromatic Colors of #33464F
Black with #33464F
Text Example
Text Example
White with #33464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33464F; }
p { color: rgb(51,70,79); }
H1.HeaderClassName
{
color: #33464F;
}
.AnyTagClassName
{
color: #33464F;
}
</style>
background-color css
<style>
a { background-color: #33464F; }
a { background-color: rgb(51,70,79); }
div.DivClassName
{
background-color: #33464F;
}
.BgClassName
{
background-color: #33464F;
}
</style>
border-color css
<style>
span { border-color: #33464F; }
span { border-color: rgb(51,70,79); }
td.TdClassName
{
border-color: #33464F;
}
.TagClassName
{
border-color: #33464F;
}
</style>