Shades of Meteorite #483C6F
Tints of Meteorite #483C6F
RGB
CMYK
RGB Variations
Color information
#483C6F (or 0x483C6F) is known color: Meteorite. HEX triplet: 48, 3C and 6F. RGB value is (72,60,111). Sum of RGB (Red+Green+Blue) = 72+60+111=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #483C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C6F is #B7C390. Grayscale: #454545. Windows color (decimal): -12043153 or 7289928. OLE color: 7289928.
HSL color Cylindrical-coordinate representation of color #483C6F: hue angle of 254.12º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #483C6F is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 60 | 111 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.56 |
| HSL | 254.12º | 0.3% | 0.34% | - |
| HSV(B) | 254.12º | 0.46% | 0.44% | - |
| XYZ | 7.16 | 5.76 | 15.77 | - |
| YUV | 69.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 111 | 0.35 | 0.46 | 0 | 0.56 | 254.12 | 0.3 | 0.34 |
| Hex | 48 | 3C | 6F | 23 | 2E | 0 | 38 | FE | 1E | 22 |
| Octal | 110 | 74 | 157 | 43 | 56 | 0 | 70 | 376 | 36 | 42 |
| Binary | 1001000 | 111100 | 1101111 | 100011 | 101110 | 0 | 111000 | 11111110 | 11110 | 100010 |
Color Harmonies of #483C6F
Complementary color
Monochromatic Colors of #483C6F
Black with #483C6F
Text Example
Text Example
White with #483C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C6F; }
p { color: rgb(72,60,111); }
H1.HeaderClassName
{
color: #483C6F;
}
.AnyTagClassName
{
color: #483C6F;
}
</style>
background-color css
<style>
a { background-color: #483C6F; }
a { background-color: rgb(72,60,111); }
div.DivClassName
{
background-color: #483C6F;
}
.BgClassName
{
background-color: #483C6F;
}
</style>
border-color css
<style>
span { border-color: #483C6F; }
span { border-color: rgb(72,60,111); }
td.TdClassName
{
border-color: #483C6F;
}
.TagClassName
{
border-color: #483C6F;
}
</style>