Shades of Meteorite #483A67
Tints of Meteorite #483A67
RGB
CMYK
RGB Variations
Color information
#483A67 (or 0x483A67) is known color: Meteorite. HEX triplet: 48, 3A and 67. RGB value is (72,58,103). Sum of RGB (Red+Green+Blue) = 72+58+103=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 103 - color contains mainly: blue. Hex color #483A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A67 is #B7C598. Grayscale: #434343. Windows color (decimal): -12043673 or 6765128. OLE color: 6765128.
HSL color Cylindrical-coordinate representation of color #483A67: hue angle of 258.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483A67 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 58 | 103 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.60 |
| HSL | 258.67º | 0.28% | 0.32% | - |
| HSV(B) | 258.67º | 0.44% | 0.4% | - |
| XYZ | 6.63 | 5.38 | 13.52 | - |
| YUV | 67.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 58 | 103 | 0.30 | 0.44 | 0 | 0.60 | 258.67 | 0.28 | 0.32 |
| Hex | 48 | 3A | 67 | 1E | 2C | 0 | 3C | 103 | 1C | 20 |
| Octal | 110 | 72 | 147 | 36 | 54 | 0 | 74 | 403 | 34 | 40 |
| Binary | 1001000 | 111010 | 1100111 | 11110 | 101100 | 0 | 111100 | 100000011 | 11100 | 100000 |
Color Harmonies of #483A67
Complementary color
Monochromatic Colors of #483A67
Black with #483A67
Text Example
Text Example
White with #483A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483A67; }
p { color: rgb(72,58,103); }
H1.HeaderClassName
{
color: #483A67;
}
.AnyTagClassName
{
color: #483A67;
}
</style>
background-color css
<style>
a { background-color: #483A67; }
a { background-color: rgb(72,58,103); }
div.DivClassName
{
background-color: #483A67;
}
.BgClassName
{
background-color: #483A67;
}
</style>
border-color css
<style>
span { border-color: #483A67; }
span { border-color: rgb(72,58,103); }
td.TdClassName
{
border-color: #483A67;
}
.TagClassName
{
border-color: #483A67;
}
</style>