Shades of Meteorite #483F64
Tints of Meteorite #483F64
RGB
CMYK
RGB Variations
Color information
#483F64 (or 0x483F64) is known color: Meteorite. HEX triplet: 48, 3F and 64. RGB value is (72,63,100). Sum of RGB (Red+Green+Blue) = 72+63+100=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #483F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F64 is #B7C09B. Grayscale: #454545. Windows color (decimal): -12042396 or 6569800. OLE color: 6569800.
HSL color Cylindrical-coordinate representation of color #483F64: hue angle of 254.59º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483F64 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 63 | 100 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.61 |
| HSL | 254.59º | 0.23% | 0.32% | - |
| HSV(B) | 254.59º | 0.37% | 0.39% | - |
| XYZ | 6.75 | 5.85 | 12.83 | - |
| YUV | 69.91 | 144.98 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 100 | 0.28 | 0.37 | 0 | 0.61 | 254.59 | 0.23 | 0.32 |
| Hex | 48 | 3F | 64 | 1C | 25 | 0 | 3D | FF | 17 | 20 |
| Octal | 110 | 77 | 144 | 34 | 45 | 0 | 75 | 377 | 27 | 40 |
| Binary | 1001000 | 111111 | 1100100 | 11100 | 100101 | 0 | 111101 | 11111111 | 10111 | 100000 |
Color Harmonies of #483F64
Complementary color
Monochromatic Colors of #483F64
Black with #483F64
Text Example
Text Example
White with #483F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F64; }
p { color: rgb(72,63,100); }
H1.HeaderClassName
{
color: #483F64;
}
.AnyTagClassName
{
color: #483F64;
}
</style>
background-color css
<style>
a { background-color: #483F64; }
a { background-color: rgb(72,63,100); }
div.DivClassName
{
background-color: #483F64;
}
.BgClassName
{
background-color: #483F64;
}
</style>
border-color css
<style>
span { border-color: #483F64; }
span { border-color: rgb(72,63,100); }
td.TdClassName
{
border-color: #483F64;
}
.TagClassName
{
border-color: #483F64;
}
</style>