Shades of Meteorite #484266
Tints of Meteorite #484266
RGB
CMYK
RGB Variations
Color information
#484266 (or 0x484266) is known color: Meteorite. HEX triplet: 48, 42 and 66. RGB value is (72,66,102). Sum of RGB (Red+Green+Blue) = 72+66+102=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 102 - color contains mainly: blue. Hex color #484266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484266 is #B7BD99. Grayscale: #474747. Windows color (decimal): -12041626 or 6701640. OLE color: 6701640.
HSL color Cylindrical-coordinate representation of color #484266: hue angle of 250º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #484266 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 66 | 102 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.6 |
| HSL | 250º | 0.21% | 0.33% | - |
| HSV(B) | 250º | 0.35% | 0.4% | - |
| XYZ | 7.02 | 6.23 | 13.4 | - |
| YUV | 71.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 66 | 102 | 0.29 | 0.35 | 0 | 0.6 | 250 | 0.21 | 0.33 |
| Hex | 48 | 42 | 66 | 1D | 23 | 0 | 3C | FA | 15 | 21 |
| Octal | 110 | 102 | 146 | 35 | 43 | 0 | 74 | 372 | 25 | 41 |
| Binary | 1001000 | 1000010 | 1100110 | 11101 | 100011 | 0 | 111100 | 11111010 | 10101 | 100001 |
Color Harmonies of #484266
Complementary color
Monochromatic Colors of #484266
Black with #484266
Text Example
Text Example
White with #484266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484266; }
p { color: rgb(72,66,102); }
H1.HeaderClassName
{
color: #484266;
}
.AnyTagClassName
{
color: #484266;
}
</style>
background-color css
<style>
a { background-color: #484266; }
a { background-color: rgb(72,66,102); }
div.DivClassName
{
background-color: #484266;
}
.BgClassName
{
background-color: #484266;
}
</style>
border-color css
<style>
span { border-color: #484266; }
span { border-color: rgb(72,66,102); }
td.TdClassName
{
border-color: #484266;
}
.TagClassName
{
border-color: #484266;
}
</style>