Shades of Meteorite #483F66
Tints of Meteorite #483F66
RGB
CMYK
RGB Variations
Color information
#483F66 (or 0x483F66) is known color: Meteorite. HEX triplet: 48, 3F and 66. RGB value is (72,63,102). Sum of RGB (Red+Green+Blue) = 72+63+102=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #483F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F66 is #B7C099. Grayscale: #454545. Windows color (decimal): -12042394 or 6700872. OLE color: 6700872.
HSL color Cylindrical-coordinate representation of color #483F66: hue angle of 253.85º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #483F66 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 63 | 102 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.6 |
| HSL | 253.85º | 0.24% | 0.32% | - |
| HSV(B) | 253.85º | 0.38% | 0.4% | - |
| XYZ | 6.85 | 5.89 | 13.35 | - |
| YUV | 70.14 | 145.98 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 102 | 0.29 | 0.38 | 0 | 0.6 | 253.85 | 0.24 | 0.32 |
| Hex | 48 | 3F | 66 | 1D | 26 | 0 | 3C | FE | 18 | 20 |
| Octal | 110 | 77 | 146 | 35 | 46 | 0 | 74 | 376 | 30 | 40 |
| Binary | 1001000 | 111111 | 1100110 | 11101 | 100110 | 0 | 111100 | 11111110 | 11000 | 100000 |
Color Harmonies of #483F66
Complementary color
Monochromatic Colors of #483F66
Black with #483F66
Text Example
Text Example
White with #483F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F66; }
p { color: rgb(72,63,102); }
H1.HeaderClassName
{
color: #483F66;
}
.AnyTagClassName
{
color: #483F66;
}
</style>
background-color css
<style>
a { background-color: #483F66; }
a { background-color: rgb(72,63,102); }
div.DivClassName
{
background-color: #483F66;
}
.BgClassName
{
background-color: #483F66;
}
</style>
border-color css
<style>
span { border-color: #483F66; }
span { border-color: rgb(72,63,102); }
td.TdClassName
{
border-color: #483F66;
}
.TagClassName
{
border-color: #483F66;
}
</style>