Shades of Meteorite #483974
Tints of Meteorite #483974
RGB
CMYK
RGB Variations
Color information
#483974 (or 0x483974) is known color: Meteorite. HEX triplet: 48, 39 and 74. RGB value is (72,57,116). Sum of RGB (Red+Green+Blue) = 72+57+116=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #483974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483974 is #B7C68B. Grayscale: #434343. Windows color (decimal): -12043916 or 7616840. OLE color: 7616840.
HSL color Cylindrical-coordinate representation of color #483974: hue angle of 255.25º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483974 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 57 | 116 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.55 |
| HSL | 255.25º | 0.34% | 0.34% | - |
| HSV(B) | 255.25º | 0.51% | 0.45% | - |
| XYZ | 7.29 | 5.56 | 17.21 | - |
| YUV | 68.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 57 | 116 | 0.38 | 0.51 | 0 | 0.55 | 255.25 | 0.34 | 0.34 |
| Hex | 48 | 39 | 74 | 26 | 33 | 0 | 37 | FF | 22 | 22 |
| Octal | 110 | 71 | 164 | 46 | 63 | 0 | 67 | 377 | 42 | 42 |
| Binary | 1001000 | 111001 | 1110100 | 100110 | 110011 | 0 | 110111 | 11111111 | 100010 | 100010 |
Color Harmonies of #483974
Complementary color
Monochromatic Colors of #483974
Black with #483974
Text Example
Text Example
White with #483974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483974; }
p { color: rgb(72,57,116); }
H1.HeaderClassName
{
color: #483974;
}
.AnyTagClassName
{
color: #483974;
}
</style>
background-color css
<style>
a { background-color: #483974; }
a { background-color: rgb(72,57,116); }
div.DivClassName
{
background-color: #483974;
}
.BgClassName
{
background-color: #483974;
}
</style>
border-color css
<style>
span { border-color: #483974; }
span { border-color: rgb(72,57,116); }
td.TdClassName
{
border-color: #483974;
}
.TagClassName
{
border-color: #483974;
}
</style>