Shades of Meteorite #484261
Tints of Meteorite #484261
RGB
CMYK
RGB Variations
Color information
#484261 (or 0x484261) is known color: Meteorite. HEX triplet: 48, 42 and 61. RGB value is (72,66,97). Sum of RGB (Red+Green+Blue) = 72+66+97=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #484261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484261 is #B7BD9E. Grayscale: #474747. Windows color (decimal): -12041631 or 6373960. OLE color: 6373960.
HSL color Cylindrical-coordinate representation of color #484261: hue angle of 251.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #484261 is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 66 | 97 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.62 |
| HSL | 251.61º | 0.19% | 0.32% | - |
| HSV(B) | 251.61º | 0.32% | 0.38% | - |
| XYZ | 6.78 | 6.14 | 12.14 | - |
| YUV | 71.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 97 | 0.26 | 0.32 | 0 | 0.62 | 251.61 | 0.19 | 0.32 |
| Hex | 48 | 42 | 61 | 1A | 20 | 0 | 3E | FC | 13 | 20 |
| Octal | 110 | 102 | 141 | 32 | 40 | 0 | 76 | 374 | 23 | 40 |
| Binary | 1001000 | 1000010 | 1100001 | 11010 | 100000 | 0 | 111110 | 11111100 | 10011 | 100000 |
Color Harmonies of #484261
Complementary color
Monochromatic Colors of #484261
Black with #484261
Text Example
Text Example
White with #484261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484261; }
p { color: rgb(72,66,97); }
H1.HeaderClassName
{
color: #484261;
}
.AnyTagClassName
{
color: #484261;
}
</style>
background-color css
<style>
a { background-color: #484261; }
a { background-color: rgb(72,66,97); }
div.DivClassName
{
background-color: #484261;
}
.BgClassName
{
background-color: #484261;
}
</style>
border-color css
<style>
span { border-color: #484261; }
span { border-color: rgb(72,66,97); }
td.TdClassName
{
border-color: #484261;
}
.TagClassName
{
border-color: #484261;
}
</style>