Shades of Meteorite #483A70
Tints of Meteorite #483A70
RGB
CMYK
RGB Variations
Color information
#483A70 (or 0x483A70) is known color: Meteorite. HEX triplet: 48, 3A and 70. RGB value is (72,58,112). Sum of RGB (Red+Green+Blue) = 72+58+112=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #483A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A70 is #B7C58F. Grayscale: #444444. Windows color (decimal): -12043664 or 7354952. OLE color: 7354952.
HSL color Cylindrical-coordinate representation of color #483A70: hue angle of 255.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483A70 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 58 | 112 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.56 |
| HSL | 255.56º | 0.32% | 0.33% | - |
| HSV(B) | 255.56º | 0.48% | 0.44% | - |
| XYZ | 7.11 | 5.57 | 16.03 | - |
| YUV | 68.34 | 152.64 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 112 | 0.36 | 0.48 | 0 | 0.56 | 255.56 | 0.32 | 0.33 |
| Hex | 48 | 3A | 70 | 24 | 30 | 0 | 38 | 100 | 20 | 21 |
| Octal | 110 | 72 | 160 | 44 | 60 | 0 | 70 | 400 | 40 | 41 |
| Binary | 1001000 | 111010 | 1110000 | 100100 | 110000 | 0 | 111000 | 100000000 | 100000 | 100001 |
Color Harmonies of #483A70
Complementary color
Monochromatic Colors of #483A70
Black with #483A70
Text Example
Text Example
White with #483A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A70; }
p { color: rgb(72,58,112); }
H1.HeaderClassName
{
color: #483A70;
}
.AnyTagClassName
{
color: #483A70;
}
</style>
background-color css
<style>
a { background-color: #483A70; }
a { background-color: rgb(72,58,112); }
div.DivClassName
{
background-color: #483A70;
}
.BgClassName
{
background-color: #483A70;
}
</style>
border-color css
<style>
span { border-color: #483A70; }
span { border-color: rgb(72,58,112); }
td.TdClassName
{
border-color: #483A70;
}
.TagClassName
{
border-color: #483A70;
}
</style>