Shades of Big Stone #303C46
Tints of Big Stone #303C46
RGB
CMYK
RGB Variations
Color information
#303C46 (or 0x303C46) is known color: Big Stone. HEX triplet: 30, 3C and 46. RGB value is (48,60,70). Sum of RGB (Red+Green+Blue) = 48+60+70=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 70 - color contains mainly: blue. Hex color #303C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C46 is #CFC3B9. Grayscale: #393939. Windows color (decimal): -13616058 or 4602928. OLE color: 4602928.
HSL color Cylindrical-coordinate representation of color #303C46: hue angle of 207.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #303C46 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 48 | 60 | 70 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.73 |
| HSL | 207.27º | 0.19% | 0.23% | - |
| HSV(B) | 207.27º | 0.31% | 0.27% | - |
| XYZ | 3.94 | 4.3 | 6.42 | - |
| YUV | 57.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 70 | 0.31 | 0.14 | 0 | 0.73 | 207.27 | 0.19 | 0.23 |
| Hex | 30 | 3C | 46 | 1F | E | 0 | 49 | CF | 13 | 17 |
| Octal | 60 | 74 | 106 | 37 | 16 | 0 | 111 | 317 | 23 | 27 |
| Binary | 110000 | 111100 | 1000110 | 11111 | 1110 | 0 | 1001001 | 11001111 | 10011 | 10111 |
Color Harmonies of #303C46
Complementary color
Monochromatic Colors of #303C46
Black with #303C46
Text Example
Text Example
White with #303C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C46; }
p { color: rgb(48,60,70); }
H1.HeaderClassName
{
color: #303C46;
}
.AnyTagClassName
{
color: #303C46;
}
</style>
background-color css
<style>
a { background-color: #303C46; }
a { background-color: rgb(48,60,70); }
div.DivClassName
{
background-color: #303C46;
}
.BgClassName
{
background-color: #303C46;
}
</style>
border-color css
<style>
span { border-color: #303C46; }
span { border-color: rgb(48,60,70); }
td.TdClassName
{
border-color: #303C46;
}
.TagClassName
{
border-color: #303C46;
}
</style>