Shades of Big Stone #33464E
Tints of Big Stone #33464E
RGB
CMYK
RGB Variations
Color information
#33464E (or 0x33464E) is known color: Big Stone. HEX triplet: 33, 46 and 4E. RGB value is (51,70,78). Sum of RGB (Red+Green+Blue) = 51+70+78=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 78 - color contains mainly: blue. Hex color #33464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33464E is #CCB9B1. Grayscale: #414141. Windows color (decimal): -13416882 or 5129779. OLE color: 5129779.
HSL color Cylindrical-coordinate representation of color #33464E: hue angle of 197.78º 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 #33464E is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 70 | 78 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.69 |
| HSL | 197.78º | 0.21% | 0.25% | - |
| HSV(B) | 197.78º | 0.35% | 0.31% | - |
| XYZ | 4.93 | 5.63 | 8.04 | - |
| YUV | 65.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 78 | 0.35 | 0.10 | 0 | 0.69 | 197.78 | 0.21 | 0.25 |
| Hex | 33 | 46 | 4E | 23 | A | 0 | 45 | C6 | 15 | 19 |
| Octal | 63 | 106 | 116 | 43 | 12 | 0 | 105 | 306 | 25 | 31 |
| Binary | 110011 | 1000110 | 1001110 | 100011 | 1010 | 0 | 1000101 | 11000110 | 10101 | 11001 |
Color Harmonies of #33464E
Complementary color
Monochromatic Colors of #33464E
Black with #33464E
Text Example
Text Example
White with #33464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33464E; }
p { color: rgb(51,70,78); }
H1.HeaderClassName
{
color: #33464E;
}
.AnyTagClassName
{
color: #33464E;
}
</style>
background-color css
<style>
a { background-color: #33464E; }
a { background-color: rgb(51,70,78); }
div.DivClassName
{
background-color: #33464E;
}
.BgClassName
{
background-color: #33464E;
}
</style>
border-color css
<style>
span { border-color: #33464E; }
span { border-color: rgb(51,70,78); }
td.TdClassName
{
border-color: #33464E;
}
.TagClassName
{
border-color: #33464E;
}
</style>