Shades of Meteorite #484168
Tints of Meteorite #484168
RGB
CMYK
RGB Variations
Color information
#484168 (or 0x484168) is known color: Meteorite. HEX triplet: 48, 41 and 68. RGB value is (72,65,104). Sum of RGB (Red+Green+Blue) = 72+65+104=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #484168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484168 is #B7BE97. Grayscale: #474747. Windows color (decimal): -12041880 or 6832456. OLE color: 6832456.
HSL color Cylindrical-coordinate representation of color #484168: hue angle of 250.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #484168 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 65 | 104 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.59 |
| HSL | 250.77º | 0.23% | 0.33% | - |
| HSV(B) | 250.77º | 0.38% | 0.41% | - |
| XYZ | 7.06 | 6.16 | 13.91 | - |
| YUV | 71.54 | 146.32 | 128.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 104 | 0.31 | 0.38 | 0 | 0.59 | 250.77 | 0.23 | 0.33 |
| Hex | 48 | 41 | 68 | 1F | 26 | 0 | 3B | FB | 17 | 21 |
| Octal | 110 | 101 | 150 | 37 | 46 | 0 | 73 | 373 | 27 | 41 |
| Binary | 1001000 | 1000001 | 1101000 | 11111 | 100110 | 0 | 111011 | 11111011 | 10111 | 100001 |
Color Harmonies of #484168
Complementary color
Monochromatic Colors of #484168
Black with #484168
Text Example
Text Example
White with #484168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484168; }
p { color: rgb(72,65,104); }
H1.HeaderClassName
{
color: #484168;
}
.AnyTagClassName
{
color: #484168;
}
</style>
background-color css
<style>
a { background-color: #484168; }
a { background-color: rgb(72,65,104); }
div.DivClassName
{
background-color: #484168;
}
.BgClassName
{
background-color: #484168;
}
</style>
border-color css
<style>
span { border-color: #484168; }
span { border-color: rgb(72,65,104); }
td.TdClassName
{
border-color: #484168;
}
.TagClassName
{
border-color: #484168;
}
</style>