Shades of Meteorite #483C6B
Tints of Meteorite #483C6B
RGB
CMYK
RGB Variations
Color information
#483C6B (or 0x483C6B) is known color: Meteorite. HEX triplet: 48, 3C and 6B. RGB value is (72,60,107). Sum of RGB (Red+Green+Blue) = 72+60+107=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 107 (42.19% from 255 or 44.77% from 239); Max value from RGB is 107 - color contains mainly: blue. Hex color #483C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C6B is #B7C394. Grayscale: #444444. Windows color (decimal): -12043157 or 7027784. OLE color: 7027784.
HSL color Cylindrical-coordinate representation of color #483C6B: hue angle of 255.32º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483C6B is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 72 | 60 | 107 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.58 |
| HSL | 255.32º | 0.28% | 0.33% | - |
| HSV(B) | 255.32º | 0.44% | 0.42% | - |
| XYZ | 6.94 | 5.67 | 14.64 | - |
| YUV | 68.95 | 149.48 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 107 | 0.33 | 0.44 | 0 | 0.58 | 255.32 | 0.28 | 0.33 |
| Hex | 48 | 3C | 6B | 21 | 2C | 0 | 3A | FF | 1C | 21 |
| Octal | 110 | 74 | 153 | 41 | 54 | 0 | 72 | 377 | 34 | 41 |
| Binary | 1001000 | 111100 | 1101011 | 100001 | 101100 | 0 | 111010 | 11111111 | 11100 | 100001 |
Color Harmonies of #483C6B
Complementary color
Monochromatic Colors of #483C6B
Black with #483C6B
Text Example
Text Example
White with #483C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C6B; }
p { color: rgb(72,60,107); }
H1.HeaderClassName
{
color: #483C6B;
}
.AnyTagClassName
{
color: #483C6B;
}
</style>
background-color css
<style>
a { background-color: #483C6B; }
a { background-color: rgb(72,60,107); }
div.DivClassName
{
background-color: #483C6B;
}
.BgClassName
{
background-color: #483C6B;
}
</style>
border-color css
<style>
span { border-color: #483C6B; }
span { border-color: rgb(72,60,107); }
td.TdClassName
{
border-color: #483C6B;
}
.TagClassName
{
border-color: #483C6B;
}
</style>