Shades of Meteorite #483B5B
Tints of Meteorite #483B5B
RGB
CMYK
RGB Variations
Color information
#483B5B (or 0x483B5B) is known color: Meteorite. HEX triplet: 48, 3B and 5B. RGB value is (72,59,91). Sum of RGB (Red+Green+Blue) = 72+59+91=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #483B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B5B is #B7C4A4. Grayscale: #424242. Windows color (decimal): -12043429 or 5978952. OLE color: 5978952.
HSL color Cylindrical-coordinate representation of color #483B5B: hue angle of 264.38º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #483B5B is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 59 | 91 | - |
| CMYK | 0.21 | 0.35 | 0 | 0.64 |
| HSL | 264.38º | 0.21% | 0.29% | - |
| HSV(B) | 264.38º | 0.35% | 0.36% | - |
| XYZ | 6.12 | 5.26 | 10.59 | - |
| YUV | 66.54 | 141.81 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 59 | 91 | 0.21 | 0.35 | 0 | 0.64 | 264.38 | 0.21 | 0.29 |
| Hex | 48 | 3B | 5B | 15 | 23 | 0 | 40 | 108 | 15 | 1D |
| Octal | 110 | 73 | 133 | 25 | 43 | 0 | 100 | 410 | 25 | 35 |
| Binary | 1001000 | 111011 | 1011011 | 10101 | 100011 | 0 | 1000000 | 100001000 | 10101 | 11101 |
Color Harmonies of #483B5B
Complementary color
Monochromatic Colors of #483B5B
Black with #483B5B
Text Example
Text Example
White with #483B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483B5B; }
p { color: rgb(72,59,91); }
H1.HeaderClassName
{
color: #483B5B;
}
.AnyTagClassName
{
color: #483B5B;
}
</style>
background-color css
<style>
a { background-color: #483B5B; }
a { background-color: rgb(72,59,91); }
div.DivClassName
{
background-color: #483B5B;
}
.BgClassName
{
background-color: #483B5B;
}
</style>
border-color css
<style>
span { border-color: #483B5B; }
span { border-color: rgb(72,59,91); }
td.TdClassName
{
border-color: #483B5B;
}
.TagClassName
{
border-color: #483B5B;
}
</style>