Shades of Meteorite #483462
Tints of Meteorite #483462
RGB
CMYK
RGB Variations
Color information
#483462 (or 0x483462) is known color: Meteorite. HEX triplet: 48, 34 and 62. RGB value is (72,52,98). Sum of RGB (Red+Green+Blue) = 72+52+98=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 98 (38.67% from 255 or 44.14% from 222); Max value from RGB is 98 - color contains mainly: blue. Hex color #483462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483462 is #B7CB9D. Grayscale: #3F3F3F. Windows color (decimal): -12045214 or 6435912. OLE color: 6435912.
HSL color Cylindrical-coordinate representation of color #483462: hue angle of 266.09º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #483462 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 52 | 98 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.62 |
| HSL | 266.09º | 0.31% | 0.29% | - |
| HSV(B) | 266.09º | 0.47% | 0.38% | - |
| XYZ | 6.11 | 4.72 | 12.14 | - |
| YUV | 63.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 98 | 0.27 | 0.47 | 0 | 0.62 | 266.09 | 0.31 | 0.29 |
| Hex | 48 | 34 | 62 | 1B | 2F | 0 | 3E | 10A | 1F | 1D |
| Octal | 110 | 64 | 142 | 33 | 57 | 0 | 76 | 412 | 37 | 35 |
| Binary | 1001000 | 110100 | 1100010 | 11011 | 101111 | 0 | 111110 | 100001010 | 11111 | 11101 |
Color Harmonies of #483462
Complementary color
Monochromatic Colors of #483462
Black with #483462
Text Example
Text Example
White with #483462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483462; }
p { color: rgb(72,52,98); }
H1.HeaderClassName
{
color: #483462;
}
.AnyTagClassName
{
color: #483462;
}
</style>
background-color css
<style>
a { background-color: #483462; }
a { background-color: rgb(72,52,98); }
div.DivClassName
{
background-color: #483462;
}
.BgClassName
{
background-color: #483462;
}
</style>
border-color css
<style>
span { border-color: #483462; }
span { border-color: rgb(72,52,98); }
td.TdClassName
{
border-color: #483462;
}
.TagClassName
{
border-color: #483462;
}
</style>