Shades of Meteorite #483C68
Tints of Meteorite #483C68
RGB
CMYK
RGB Variations
Color information
#483C68 (or 0x483C68) is known color: Meteorite. HEX triplet: 48, 3C and 68. RGB value is (72,60,104). Sum of RGB (Red+Green+Blue) = 72+60+104=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #483C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C68 is #B7C397. Grayscale: #444444. Windows color (decimal): -12043160 or 6831176. OLE color: 6831176.
HSL color Cylindrical-coordinate representation of color #483C68: hue angle of 256.36º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #483C68 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 60 | 104 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.59 |
| HSL | 256.36º | 0.27% | 0.32% | - |
| HSV(B) | 256.36º | 0.42% | 0.41% | - |
| XYZ | 6.79 | 5.61 | 13.82 | - |
| YUV | 68.6 | 147.98 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 60 | 104 | 0.31 | 0.42 | 0 | 0.59 | 256.36 | 0.27 | 0.32 |
| Hex | 48 | 3C | 68 | 1F | 2A | 0 | 3B | 100 | 1B | 20 |
| Octal | 110 | 74 | 150 | 37 | 52 | 0 | 73 | 400 | 33 | 40 |
| Binary | 1001000 | 111100 | 1101000 | 11111 | 101010 | 0 | 111011 | 100000000 | 11011 | 100000 |
Color Harmonies of #483C68
Complementary color
Monochromatic Colors of #483C68
Black with #483C68
Text Example
Text Example
White with #483C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483C68; }
p { color: rgb(72,60,104); }
H1.HeaderClassName
{
color: #483C68;
}
.AnyTagClassName
{
color: #483C68;
}
</style>
background-color css
<style>
a { background-color: #483C68; }
a { background-color: rgb(72,60,104); }
div.DivClassName
{
background-color: #483C68;
}
.BgClassName
{
background-color: #483C68;
}
</style>
border-color css
<style>
span { border-color: #483C68; }
span { border-color: rgb(72,60,104); }
td.TdClassName
{
border-color: #483C68;
}
.TagClassName
{
border-color: #483C68;
}
</style>