Shades of Meteorite #483D6F
Tints of Meteorite #483D6F
RGB
CMYK
RGB Variations
Color information
#483D6F (or 0x483D6F) is known color: Meteorite. HEX triplet: 48, 3D and 6F. RGB value is (72,61,111). Sum of RGB (Red+Green+Blue) = 72+61+111=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #483D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D6F is #B7C290. Grayscale: #454545. Windows color (decimal): -12042897 or 7290184. OLE color: 7290184.
HSL color Cylindrical-coordinate representation of color #483D6F: hue angle of 253.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #483D6F is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 72 | 61 | 111 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.56 |
| HSL | 253.2º | 0.29% | 0.34% | - |
| HSV(B) | 253.2º | 0.45% | 0.44% | - |
| XYZ | 7.21 | 5.86 | 15.79 | - |
| YUV | 69.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 111 | 0.35 | 0.45 | 0 | 0.56 | 253.2 | 0.29 | 0.34 |
| Hex | 48 | 3D | 6F | 23 | 2D | 0 | 38 | FD | 1D | 22 |
| Octal | 110 | 75 | 157 | 43 | 55 | 0 | 70 | 375 | 35 | 42 |
| Binary | 1001000 | 111101 | 1101111 | 100011 | 101101 | 0 | 111000 | 11111101 | 11101 | 100010 |
Color Harmonies of #483D6F
Complementary color
Monochromatic Colors of #483D6F
Black with #483D6F
Text Example
Text Example
White with #483D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D6F; }
p { color: rgb(72,61,111); }
H1.HeaderClassName
{
color: #483D6F;
}
.AnyTagClassName
{
color: #483D6F;
}
</style>
background-color css
<style>
a { background-color: #483D6F; }
a { background-color: rgb(72,61,111); }
div.DivClassName
{
background-color: #483D6F;
}
.BgClassName
{
background-color: #483D6F;
}
</style>
border-color css
<style>
span { border-color: #483D6F; }
span { border-color: rgb(72,61,111); }
td.TdClassName
{
border-color: #483D6F;
}
.TagClassName
{
border-color: #483D6F;
}
</style>