Shades of Meteorite #484067
Tints of Meteorite #484067
RGB
CMYK
RGB Variations
Color information
#484067 (or 0x484067) is known color: Meteorite. HEX triplet: 48, 40 and 67. RGB value is (72,64,103). Sum of RGB (Red+Green+Blue) = 72+64+103=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #484067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484067 is #B7BF98. Grayscale: #464646. Windows color (decimal): -12042137 or 6766664. OLE color: 6766664.
HSL color Cylindrical-coordinate representation of color #484067: hue angle of 252.31º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484067 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 64 | 103 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.60 |
| HSL | 252.31º | 0.23% | 0.33% | - |
| HSV(B) | 252.31º | 0.38% | 0.4% | - |
| XYZ | 6.95 | 6.02 | 13.63 | - |
| YUV | 70.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 103 | 0.30 | 0.38 | 0 | 0.60 | 252.31 | 0.23 | 0.33 |
| Hex | 48 | 40 | 67 | 1E | 26 | 0 | 3C | FC | 17 | 21 |
| Octal | 110 | 100 | 147 | 36 | 46 | 0 | 74 | 374 | 27 | 41 |
| Binary | 1001000 | 1000000 | 1100111 | 11110 | 100110 | 0 | 111100 | 11111100 | 10111 | 100001 |
Color Harmonies of #484067
Complementary color
Monochromatic Colors of #484067
Black with #484067
Text Example
Text Example
White with #484067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484067; }
p { color: rgb(72,64,103); }
H1.HeaderClassName
{
color: #484067;
}
.AnyTagClassName
{
color: #484067;
}
</style>
background-color css
<style>
a { background-color: #484067; }
a { background-color: rgb(72,64,103); }
div.DivClassName
{
background-color: #484067;
}
.BgClassName
{
background-color: #484067;
}
</style>
border-color css
<style>
span { border-color: #484067; }
span { border-color: rgb(72,64,103); }
td.TdClassName
{
border-color: #484067;
}
.TagClassName
{
border-color: #484067;
}
</style>