Shades of Meteorite #483D67
Tints of Meteorite #483D67
RGB
CMYK
RGB Variations
Color information
#483D67 (or 0x483D67) is known color: Meteorite. HEX triplet: 48, 3D and 67. RGB value is (72,61,103). Sum of RGB (Red+Green+Blue) = 72+61+103=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #483D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D67 is #B7C298. Grayscale: #444444. Windows color (decimal): -12042905 or 6765896. OLE color: 6765896.
HSL color Cylindrical-coordinate representation of color #483D67: hue angle of 255.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #483D67 is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 61 | 103 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.60 |
| HSL | 255.71º | 0.26% | 0.32% | - |
| HSV(B) | 255.71º | 0.41% | 0.4% | - |
| XYZ | 6.79 | 5.69 | 13.57 | - |
| YUV | 69.08 | 147.14 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 61 | 103 | 0.30 | 0.41 | 0 | 0.60 | 255.71 | 0.26 | 0.32 |
| Hex | 48 | 3D | 67 | 1E | 29 | 0 | 3C | 100 | 1A | 20 |
| Octal | 110 | 75 | 147 | 36 | 51 | 0 | 74 | 400 | 32 | 40 |
| Binary | 1001000 | 111101 | 1100111 | 11110 | 101001 | 0 | 111100 | 100000000 | 11010 | 100000 |
Color Harmonies of #483D67
Complementary color
Monochromatic Colors of #483D67
Black with #483D67
Text Example
Text Example
White with #483D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483D67; }
p { color: rgb(72,61,103); }
H1.HeaderClassName
{
color: #483D67;
}
.AnyTagClassName
{
color: #483D67;
}
</style>
background-color css
<style>
a { background-color: #483D67; }
a { background-color: rgb(72,61,103); }
div.DivClassName
{
background-color: #483D67;
}
.BgClassName
{
background-color: #483D67;
}
</style>
border-color css
<style>
span { border-color: #483D67; }
span { border-color: rgb(72,61,103); }
td.TdClassName
{
border-color: #483D67;
}
.TagClassName
{
border-color: #483D67;
}
</style>