Shades of Meteorite #484065
Tints of Meteorite #484065
RGB
CMYK
RGB Variations
Color information
#484065 (or 0x484065) is known color: Meteorite. HEX triplet: 48, 40 and 65. RGB value is (72,64,101). Sum of RGB (Red+Green+Blue) = 72+64+101=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #484065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484065 is #B7BF9A. Grayscale: #464646. Windows color (decimal): -12042139 or 6635592. OLE color: 6635592.
HSL color Cylindrical-coordinate representation of color #484065: hue angle of 252.97º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484065 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 64 | 101 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.60 |
| HSL | 252.97º | 0.22% | 0.32% | - |
| HSV(B) | 252.97º | 0.37% | 0.4% | - |
| XYZ | 6.85 | 5.98 | 13.11 | - |
| YUV | 70.61 | 145.15 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 101 | 0.29 | 0.37 | 0 | 0.60 | 252.97 | 0.22 | 0.32 |
| Hex | 48 | 40 | 65 | 1D | 25 | 0 | 3C | FD | 16 | 20 |
| Octal | 110 | 100 | 145 | 35 | 45 | 0 | 74 | 375 | 26 | 40 |
| Binary | 1001000 | 1000000 | 1100101 | 11101 | 100101 | 0 | 111100 | 11111101 | 10110 | 100000 |
Color Harmonies of #484065
Complementary color
Monochromatic Colors of #484065
Black with #484065
Text Example
Text Example
White with #484065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484065; }
p { color: rgb(72,64,101); }
H1.HeaderClassName
{
color: #484065;
}
.AnyTagClassName
{
color: #484065;
}
</style>
background-color css
<style>
a { background-color: #484065; }
a { background-color: rgb(72,64,101); }
div.DivClassName
{
background-color: #484065;
}
.BgClassName
{
background-color: #484065;
}
</style>
border-color css
<style>
span { border-color: #484065; }
span { border-color: rgb(72,64,101); }
td.TdClassName
{
border-color: #484065;
}
.TagClassName
{
border-color: #484065;
}
</style>