Shades of Meteorite #483F65
Tints of Meteorite #483F65
RGB
CMYK
RGB Variations
Color information
#483F65 (or 0x483F65) is known color: Meteorite. HEX triplet: 48, 3F and 65. RGB value is (72,63,101). Sum of RGB (Red+Green+Blue) = 72+63+101=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #483F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F65 is #B7C09A. Grayscale: #454545. Windows color (decimal): -12042395 or 6635336. OLE color: 6635336.
HSL color Cylindrical-coordinate representation of color #483F65: hue angle of 254.21º degrees, saturation: 0.23, 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 #483F65 is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 63 | 101 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.60 |
| HSL | 254.21º | 0.23% | 0.32% | - |
| HSV(B) | 254.21º | 0.38% | 0.4% | - |
| XYZ | 6.8 | 5.87 | 13.09 | - |
| YUV | 70.02 | 145.48 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 101 | 0.29 | 0.38 | 0 | 0.60 | 254.21 | 0.23 | 0.32 |
| Hex | 48 | 3F | 65 | 1D | 26 | 0 | 3C | FE | 17 | 20 |
| Octal | 110 | 77 | 145 | 35 | 46 | 0 | 74 | 376 | 27 | 40 |
| Binary | 1001000 | 111111 | 1100101 | 11101 | 100110 | 0 | 111100 | 11111110 | 10111 | 100000 |
Color Harmonies of #483F65
Complementary color
Monochromatic Colors of #483F65
Black with #483F65
Text Example
Text Example
White with #483F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F65; }
p { color: rgb(72,63,101); }
H1.HeaderClassName
{
color: #483F65;
}
.AnyTagClassName
{
color: #483F65;
}
</style>
background-color css
<style>
a { background-color: #483F65; }
a { background-color: rgb(72,63,101); }
div.DivClassName
{
background-color: #483F65;
}
.BgClassName
{
background-color: #483F65;
}
</style>
border-color css
<style>
span { border-color: #483F65; }
span { border-color: rgb(72,63,101); }
td.TdClassName
{
border-color: #483F65;
}
.TagClassName
{
border-color: #483F65;
}
</style>