Shades of Big Stone #33494E
Tints of Big Stone #33494E
RGB
CMYK
RGB Variations
Color information
#33494E (or 0x33494E) is known color: Big Stone. HEX triplet: 33, 49 and 4E. RGB value is (51,73,78). Sum of RGB (Red+Green+Blue) = 51+73+78=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 78 - color contains mainly: blue. Hex color #33494E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33494E is #CCB6B1. Grayscale: #424242. Windows color (decimal): -13416114 or 5130547. OLE color: 5130547.
HSL color Cylindrical-coordinate representation of color #33494E: hue angle of 191.11º 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 #33494E is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 73 | 78 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.69 |
| HSL | 191.11º | 0.21% | 0.25% | - |
| HSV(B) | 191.11º | 0.35% | 0.31% | - |
| XYZ | 5.12 | 6.02 | 8.1 | - |
| YUV | 66.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 78 | 0.35 | 0.06 | 0 | 0.69 | 191.11 | 0.21 | 0.25 |
| Hex | 33 | 49 | 4E | 23 | 6 | 0 | 45 | BF | 15 | 19 |
| Octal | 63 | 111 | 116 | 43 | 6 | 0 | 105 | 277 | 25 | 31 |
| Binary | 110011 | 1001001 | 1001110 | 100011 | 110 | 0 | 1000101 | 10111111 | 10101 | 11001 |
Color Harmonies of #33494E
Complementary color
Monochromatic Colors of #33494E
Black with #33494E
Text Example
Text Example
White with #33494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33494E; }
p { color: rgb(51,73,78); }
H1.HeaderClassName
{
color: #33494E;
}
.AnyTagClassName
{
color: #33494E;
}
</style>
background-color css
<style>
a { background-color: #33494E; }
a { background-color: rgb(51,73,78); }
div.DivClassName
{
background-color: #33494E;
}
.BgClassName
{
background-color: #33494E;
}
</style>
border-color css
<style>
span { border-color: #33494E; }
span { border-color: rgb(51,73,78); }
td.TdClassName
{
border-color: #33494E;
}
.TagClassName
{
border-color: #33494E;
}
</style>