Shades of Big Stone #30454F
Tints of Big Stone #30454F
RGB
CMYK
RGB Variations
Color information
#30454F (or 0x30454F) is known color: Big Stone. HEX triplet: 30, 45 and 4F. RGB value is (48,69,79). Sum of RGB (Red+Green+Blue) = 48+69+79=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #30454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30454F is #CFBAB0. Grayscale: #3F3F3F. Windows color (decimal): -13613745 or 5195056. OLE color: 5195056.
HSL color Cylindrical-coordinate representation of color #30454F: hue angle of 199.35º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30454F is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 69 | 79 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.69 |
| HSL | 199.35º | 0.24% | 0.25% | - |
| HSV(B) | 199.35º | 0.39% | 0.31% | - |
| XYZ | 4.76 | 5.45 | 8.2 | - |
| YUV | 63.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 69 | 79 | 0.39 | 0.13 | 0 | 0.69 | 199.35 | 0.24 | 0.25 |
| Hex | 30 | 45 | 4F | 27 | D | 0 | 45 | C7 | 18 | 19 |
| Octal | 60 | 105 | 117 | 47 | 15 | 0 | 105 | 307 | 30 | 31 |
| Binary | 110000 | 1000101 | 1001111 | 100111 | 1101 | 0 | 1000101 | 11000111 | 11000 | 11001 |
Color Harmonies of #30454F
Complementary color
Monochromatic Colors of #30454F
Black with #30454F
Text Example
Text Example
White with #30454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30454F; }
p { color: rgb(48,69,79); }
H1.HeaderClassName
{
color: #30454F;
}
.AnyTagClassName
{
color: #30454F;
}
</style>
background-color css
<style>
a { background-color: #30454F; }
a { background-color: rgb(48,69,79); }
div.DivClassName
{
background-color: #30454F;
}
.BgClassName
{
background-color: #30454F;
}
</style>
border-color css
<style>
span { border-color: #30454F; }
span { border-color: rgb(48,69,79); }
td.TdClassName
{
border-color: #30454F;
}
.TagClassName
{
border-color: #30454F;
}
</style>