Shades of Meteorite #483B68
Tints of Meteorite #483B68
RGB
CMYK
RGB Variations
Color information
#483B68 (or 0x483B68) is known color: Meteorite. HEX triplet: 48, 3B and 68. RGB value is (72,59,104). Sum of RGB (Red+Green+Blue) = 72+59+104=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #483B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B68 is #B7C497. Grayscale: #434343. Windows color (decimal): -12043416 or 6830920. OLE color: 6830920.
HSL color Cylindrical-coordinate representation of color #483B68: hue angle of 257.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483B68 is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 59 | 104 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.59 |
| HSL | 257.33º | 0.28% | 0.32% | - |
| HSV(B) | 257.33º | 0.43% | 0.41% | - |
| XYZ | 6.74 | 5.51 | 13.8 | - |
| YUV | 68.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 104 | 0.31 | 0.43 | 0 | 0.59 | 257.33 | 0.28 | 0.32 |
| Hex | 48 | 3B | 68 | 1F | 2B | 0 | 3B | 101 | 1C | 20 |
| Octal | 110 | 73 | 150 | 37 | 53 | 0 | 73 | 401 | 34 | 40 |
| Binary | 1001000 | 111011 | 1101000 | 11111 | 101011 | 0 | 111011 | 100000001 | 11100 | 100000 |
Color Harmonies of #483B68
Complementary color
Monochromatic Colors of #483B68
Black with #483B68
Text Example
Text Example
White with #483B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B68; }
p { color: rgb(72,59,104); }
H1.HeaderClassName
{
color: #483B68;
}
.AnyTagClassName
{
color: #483B68;
}
</style>
background-color css
<style>
a { background-color: #483B68; }
a { background-color: rgb(72,59,104); }
div.DivClassName
{
background-color: #483B68;
}
.BgClassName
{
background-color: #483B68;
}
</style>
border-color css
<style>
span { border-color: #483B68; }
span { border-color: rgb(72,59,104); }
td.TdClassName
{
border-color: #483B68;
}
.TagClassName
{
border-color: #483B68;
}
</style>