Shades of Meteorite #483866
Tints of Meteorite #483866
RGB
CMYK
RGB Variations
Color information
#483866 (or 0x483866) is known color: Meteorite. HEX triplet: 48, 38 and 66. RGB value is (72,56,102). Sum of RGB (Red+Green+Blue) = 72+56+102=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #483866 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483866 is #B7C799. Grayscale: #414141. Windows color (decimal): -12044186 or 6699080. OLE color: 6699080.
HSL color Cylindrical-coordinate representation of color #483866: hue angle of 260.87º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483866 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 56 | 102 | - |
| CMYK | 0.29 | 0.45 | 0 | 0.6 |
| HSL | 260.87º | 0.29% | 0.31% | - |
| HSV(B) | 260.87º | 0.45% | 0.4% | - |
| XYZ | 6.48 | 5.17 | 13.23 | - |
| YUV | 66.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 56 | 102 | 0.29 | 0.45 | 0 | 0.6 | 260.87 | 0.29 | 0.31 |
| Hex | 48 | 38 | 66 | 1D | 2D | 0 | 3C | 105 | 1D | 1F |
| Octal | 110 | 70 | 146 | 35 | 55 | 0 | 74 | 405 | 35 | 37 |
| Binary | 1001000 | 111000 | 1100110 | 11101 | 101101 | 0 | 111100 | 100000101 | 11101 | 11111 |
Color Harmonies of #483866
Complementary color
Monochromatic Colors of #483866
Black with #483866
Text Example
Text Example
White with #483866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483866; }
p { color: rgb(72,56,102); }
H1.HeaderClassName
{
color: #483866;
}
.AnyTagClassName
{
color: #483866;
}
</style>
background-color css
<style>
a { background-color: #483866; }
a { background-color: rgb(72,56,102); }
div.DivClassName
{
background-color: #483866;
}
.BgClassName
{
background-color: #483866;
}
</style>
border-color css
<style>
span { border-color: #483866; }
span { border-color: rgb(72,56,102); }
td.TdClassName
{
border-color: #483866;
}
.TagClassName
{
border-color: #483866;
}
</style>