Shades of Big Stone #30454D
Tints of Big Stone #30454D
RGB
CMYK
RGB Variations
Color information
#30454D (or 0x30454D) is known color: Big Stone. HEX triplet: 30, 45 and 4D. RGB value is (48,69,77). Sum of RGB (Red+Green+Blue) = 48+69+77=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #30454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30454D is #CFBAB2. Grayscale: #3F3F3F. Windows color (decimal): -13613747 or 5063984. OLE color: 5063984.
HSL color Cylindrical-coordinate representation of color #30454D: hue angle of 196.55º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30454D is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 48 | 69 | 77 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.70 |
| HSL | 196.55º | 0.23% | 0.25% | - |
| HSV(B) | 196.55º | 0.38% | 0.3% | - |
| XYZ | 4.69 | 5.42 | 7.82 | - |
| YUV | 63.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 77 | 0.38 | 0.10 | 0 | 0.70 | 196.55 | 0.23 | 0.25 |
| Hex | 30 | 45 | 4D | 26 | A | 0 | 46 | C5 | 17 | 19 |
| Octal | 60 | 105 | 115 | 46 | 12 | 0 | 106 | 305 | 27 | 31 |
| Binary | 110000 | 1000101 | 1001101 | 100110 | 1010 | 0 | 1000110 | 11000101 | 10111 | 11001 |
Color Harmonies of #30454D
Complementary color
Monochromatic Colors of #30454D
Black with #30454D
Text Example
Text Example
White with #30454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30454D; }
p { color: rgb(48,69,77); }
H1.HeaderClassName
{
color: #30454D;
}
.AnyTagClassName
{
color: #30454D;
}
</style>
background-color css
<style>
a { background-color: #30454D; }
a { background-color: rgb(48,69,77); }
div.DivClassName
{
background-color: #30454D;
}
.BgClassName
{
background-color: #30454D;
}
</style>
border-color css
<style>
span { border-color: #30454D; }
span { border-color: rgb(48,69,77); }
td.TdClassName
{
border-color: #30454D;
}
.TagClassName
{
border-color: #30454D;
}
</style>