Shades of Meteorite #483A74
Tints of Meteorite #483A74
RGB
CMYK
RGB Variations
Color information
#483A74 (or 0x483A74) is known color: Meteorite. HEX triplet: 48, 3A and 74. RGB value is (72,58,116). Sum of RGB (Red+Green+Blue) = 72+58+116=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #483A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A74 is #B7C58B. Grayscale: #444444. Windows color (decimal): -12043660 or 7617096. OLE color: 7617096.
HSL color Cylindrical-coordinate representation of color #483A74: hue angle of 254.48º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483A74 is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 72 | 58 | 116 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.55 |
| HSL | 254.48º | 0.33% | 0.34% | - |
| HSV(B) | 254.48º | 0.5% | 0.45% | - |
| XYZ | 7.34 | 5.66 | 17.23 | - |
| YUV | 68.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 116 | 0.38 | 0.5 | 0 | 0.55 | 254.48 | 0.33 | 0.34 |
| Hex | 48 | 3A | 74 | 26 | 32 | 0 | 37 | FE | 21 | 22 |
| Octal | 110 | 72 | 164 | 46 | 62 | 0 | 67 | 376 | 41 | 42 |
| Binary | 1001000 | 111010 | 1110100 | 100110 | 110010 | 0 | 110111 | 11111110 | 100001 | 100010 |
Color Harmonies of #483A74
Complementary color
Monochromatic Colors of #483A74
Black with #483A74
Text Example
Text Example
White with #483A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A74; }
p { color: rgb(72,58,116); }
H1.HeaderClassName
{
color: #483A74;
}
.AnyTagClassName
{
color: #483A74;
}
</style>
background-color css
<style>
a { background-color: #483A74; }
a { background-color: rgb(72,58,116); }
div.DivClassName
{
background-color: #483A74;
}
.BgClassName
{
background-color: #483A74;
}
</style>
border-color css
<style>
span { border-color: #483A74; }
span { border-color: rgb(72,58,116); }
td.TdClassName
{
border-color: #483A74;
}
.TagClassName
{
border-color: #483A74;
}
</style>