Shades of Meteorite #484167
Tints of Meteorite #484167
RGB
CMYK
RGB Variations
Color information
#484167 (or 0x484167) is known color: Meteorite. HEX triplet: 48, 41 and 67. RGB value is (72,65,103). Sum of RGB (Red+Green+Blue) = 72+65+103=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #484167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484167 is #B7BE98. Grayscale: #474747. Windows color (decimal): -12041881 or 6766920. OLE color: 6766920.
HSL color Cylindrical-coordinate representation of color #484167: hue angle of 251.05º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #484167 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 65 | 103 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.60 |
| HSL | 251.05º | 0.23% | 0.33% | - |
| HSV(B) | 251.05º | 0.37% | 0.4% | - |
| XYZ | 7.01 | 6.14 | 13.65 | - |
| YUV | 71.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 103 | 0.30 | 0.37 | 0 | 0.60 | 251.05 | 0.23 | 0.33 |
| Hex | 48 | 41 | 67 | 1E | 25 | 0 | 3C | FB | 17 | 21 |
| Octal | 110 | 101 | 147 | 36 | 45 | 0 | 74 | 373 | 27 | 41 |
| Binary | 1001000 | 1000001 | 1100111 | 11110 | 100101 | 0 | 111100 | 11111011 | 10111 | 100001 |
Color Harmonies of #484167
Complementary color
Monochromatic Colors of #484167
Black with #484167
Text Example
Text Example
White with #484167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484167; }
p { color: rgb(72,65,103); }
H1.HeaderClassName
{
color: #484167;
}
.AnyTagClassName
{
color: #484167;
}
</style>
background-color css
<style>
a { background-color: #484167; }
a { background-color: rgb(72,65,103); }
div.DivClassName
{
background-color: #484167;
}
.BgClassName
{
background-color: #484167;
}
</style>
border-color css
<style>
span { border-color: #484167; }
span { border-color: rgb(72,65,103); }
td.TdClassName
{
border-color: #484167;
}
.TagClassName
{
border-color: #484167;
}
</style>