Shades of Big Stone #34464C
Tints of Big Stone #34464C
RGB
CMYK
RGB Variations
Color information
#34464C (or 0x34464C) is known color: Big Stone. HEX triplet: 34, 46 and 4C. RGB value is (52,70,76). Sum of RGB (Red+Green+Blue) = 52+70+76=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #34464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34464C is #CBB9B3. Grayscale: #414141. Windows color (decimal): -13351348 or 4998708. OLE color: 4998708.
HSL color Cylindrical-coordinate representation of color #34464C: hue angle of 195º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34464C is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 70 | 76 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.70 |
| HSL | 195º | 0.19% | 0.25% | - |
| HSV(B) | 195º | 0.32% | 0.3% | - |
| XYZ | 4.91 | 5.63 | 7.67 | - |
| YUV | 65.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 76 | 0.32 | 0.08 | 0 | 0.70 | 195 | 0.19 | 0.25 |
| Hex | 34 | 46 | 4C | 20 | 8 | 0 | 46 | C3 | 13 | 19 |
| Octal | 64 | 106 | 114 | 40 | 10 | 0 | 106 | 303 | 23 | 31 |
| Binary | 110100 | 1000110 | 1001100 | 100000 | 1000 | 0 | 1000110 | 11000011 | 10011 | 11001 |
Color Harmonies of #34464C
Complementary color
Monochromatic Colors of #34464C
Black with #34464C
Text Example
Text Example
White with #34464C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34464C; }
p { color: rgb(52,70,76); }
H1.HeaderClassName
{
color: #34464C;
}
.AnyTagClassName
{
color: #34464C;
}
</style>
background-color css
<style>
a { background-color: #34464C; }
a { background-color: rgb(52,70,76); }
div.DivClassName
{
background-color: #34464C;
}
.BgClassName
{
background-color: #34464C;
}
</style>
border-color css
<style>
span { border-color: #34464C; }
span { border-color: rgb(52,70,76); }
td.TdClassName
{
border-color: #34464C;
}
.TagClassName
{
border-color: #34464C;
}
</style>