Shades of Meteorite #483668
Tints of Meteorite #483668
RGB
CMYK
RGB Variations
Color information
#483668 (or 0x483668) is known color: Meteorite. HEX triplet: 48, 36 and 68. RGB value is (72,54,104). Sum of RGB (Red+Green+Blue) = 72+54+104=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #483668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483668 is #B7C997. Grayscale: #404040. Windows color (decimal): -12044696 or 6829640. OLE color: 6829640.
HSL color Cylindrical-coordinate representation of color #483668: hue angle of 261.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #483668 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 54 | 104 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.59 |
| HSL | 261.6º | 0.32% | 0.31% | - |
| HSV(B) | 261.6º | 0.48% | 0.41% | - |
| XYZ | 6.49 | 5.02 | 13.72 | - |
| YUV | 65.08 | 149.96 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 104 | 0.31 | 0.48 | 0 | 0.59 | 261.6 | 0.32 | 0.31 |
| Hex | 48 | 36 | 68 | 1F | 30 | 0 | 3B | 106 | 20 | 1F |
| Octal | 110 | 66 | 150 | 37 | 60 | 0 | 73 | 406 | 40 | 37 |
| Binary | 1001000 | 110110 | 1101000 | 11111 | 110000 | 0 | 111011 | 100000110 | 100000 | 11111 |
Color Harmonies of #483668
Complementary color
Monochromatic Colors of #483668
Black with #483668
Text Example
Text Example
White with #483668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483668; }
p { color: rgb(72,54,104); }
H1.HeaderClassName
{
color: #483668;
}
.AnyTagClassName
{
color: #483668;
}
</style>
background-color css
<style>
a { background-color: #483668; }
a { background-color: rgb(72,54,104); }
div.DivClassName
{
background-color: #483668;
}
.BgClassName
{
background-color: #483668;
}
</style>
border-color css
<style>
span { border-color: #483668; }
span { border-color: rgb(72,54,104); }
td.TdClassName
{
border-color: #483668;
}
.TagClassName
{
border-color: #483668;
}
</style>