Shades of Meteorite #483B69
Tints of Meteorite #483B69
RGB
CMYK
RGB Variations
Color information
#483B69 (or 0x483B69) is known color: Meteorite. HEX triplet: 48, 3B and 69. RGB value is (72,59,105). Sum of RGB (Red+Green+Blue) = 72+59+105=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #483B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B69 is #B7C496. Grayscale: #434343. Windows color (decimal): -12043415 or 6896456. OLE color: 6896456.
HSL color Cylindrical-coordinate representation of color #483B69: hue angle of 256.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483B69 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 72 | 59 | 105 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.59 |
| HSL | 256.96º | 0.28% | 0.32% | - |
| HSV(B) | 256.96º | 0.44% | 0.41% | - |
| XYZ | 6.79 | 5.53 | 14.07 | - |
| YUV | 68.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 105 | 0.31 | 0.44 | 0 | 0.59 | 256.96 | 0.28 | 0.32 |
| Hex | 48 | 3B | 69 | 1F | 2C | 0 | 3B | 101 | 1C | 20 |
| Octal | 110 | 73 | 151 | 37 | 54 | 0 | 73 | 401 | 34 | 40 |
| Binary | 1001000 | 111011 | 1101001 | 11111 | 101100 | 0 | 111011 | 100000001 | 11100 | 100000 |
Color Harmonies of #483B69
Complementary color
Monochromatic Colors of #483B69
Black with #483B69
Text Example
Text Example
White with #483B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B69; }
p { color: rgb(72,59,105); }
H1.HeaderClassName
{
color: #483B69;
}
.AnyTagClassName
{
color: #483B69;
}
</style>
background-color css
<style>
a { background-color: #483B69; }
a { background-color: rgb(72,59,105); }
div.DivClassName
{
background-color: #483B69;
}
.BgClassName
{
background-color: #483B69;
}
</style>
border-color css
<style>
span { border-color: #483B69; }
span { border-color: rgb(72,59,105); }
td.TdClassName
{
border-color: #483B69;
}
.TagClassName
{
border-color: #483B69;
}
</style>