Shades of Meteorite #463873
Tints of Meteorite #463873
RGB
CMYK
RGB Variations
Color information
#463873 (or 0x463873) is known color: Meteorite. HEX triplet: 46, 38 and 73. RGB value is (70,56,115). Sum of RGB (Red+Green+Blue) = 70+56+115=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #463873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463873 is #B9C78C. Grayscale: #424242. Windows color (decimal): -12175245 or 7551046. OLE color: 7551046.
HSL color Cylindrical-coordinate representation of color #463873: hue angle of 254.24º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463873 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 56 | 115 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.55 |
| HSL | 254.24º | 0.35% | 0.34% | - |
| HSV(B) | 254.24º | 0.51% | 0.45% | - |
| XYZ | 7.03 | 5.37 | 16.89 | - |
| YUV | 66.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 56 | 115 | 0.39 | 0.51 | 0 | 0.55 | 254.24 | 0.35 | 0.34 |
| Hex | 46 | 38 | 73 | 27 | 33 | 0 | 37 | FE | 23 | 22 |
| Octal | 106 | 70 | 163 | 47 | 63 | 0 | 67 | 376 | 43 | 42 |
| Binary | 1000110 | 111000 | 1110011 | 100111 | 110011 | 0 | 110111 | 11111110 | 100011 | 100010 |
Color Harmonies of #463873
Complementary color
Monochromatic Colors of #463873
Black with #463873
Text Example
Text Example
White with #463873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463873; }
p { color: rgb(70,56,115); }
H1.HeaderClassName
{
color: #463873;
}
.AnyTagClassName
{
color: #463873;
}
</style>
background-color css
<style>
a { background-color: #463873; }
a { background-color: rgb(70,56,115); }
div.DivClassName
{
background-color: #463873;
}
.BgClassName
{
background-color: #463873;
}
</style>
border-color css
<style>
span { border-color: #463873; }
span { border-color: rgb(70,56,115); }
td.TdClassName
{
border-color: #463873;
}
.TagClassName
{
border-color: #463873;
}
</style>