Shades of Meteorite #463A74
Tints of Meteorite #463A74
RGB
CMYK
RGB Variations
Color information
#463A74 (or 0x463A74) is known color: Meteorite. HEX triplet: 46, 3A and 74. RGB value is (70,58,116). Sum of RGB (Red+Green+Blue) = 70+58+116=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 116 (45.70% from 255 or 47.54% from 244); Max value from RGB is 116 - color contains mainly: blue. Hex color #463A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A74 is #B9C58B. Grayscale: #434343. Windows color (decimal): -12174732 or 7617094. OLE color: 7617094.
HSL color Cylindrical-coordinate representation of color #463A74: hue angle of 252.41º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463A74 is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 58 | 116 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.55 |
| HSL | 252.41º | 0.33% | 0.34% | - |
| HSV(B) | 252.41º | 0.5% | 0.45% | - |
| XYZ | 7.19 | 5.59 | 17.22 | - |
| YUV | 68.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 58 | 116 | 0.40 | 0.5 | 0 | 0.55 | 252.41 | 0.33 | 0.34 |
| Hex | 46 | 3A | 74 | 28 | 32 | 0 | 37 | FC | 21 | 22 |
| Octal | 106 | 72 | 164 | 50 | 62 | 0 | 67 | 374 | 41 | 42 |
| Binary | 1000110 | 111010 | 1110100 | 101000 | 110010 | 0 | 110111 | 11111100 | 100001 | 100010 |
Color Harmonies of #463A74
Complementary color
Monochromatic Colors of #463A74
Black with #463A74
Text Example
Text Example
White with #463A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463A74; }
p { color: rgb(70,58,116); }
H1.HeaderClassName
{
color: #463A74;
}
.AnyTagClassName
{
color: #463A74;
}
</style>
background-color css
<style>
a { background-color: #463A74; }
a { background-color: rgb(70,58,116); }
div.DivClassName
{
background-color: #463A74;
}
.BgClassName
{
background-color: #463A74;
}
</style>
border-color css
<style>
span { border-color: #463A74; }
span { border-color: rgb(70,58,116); }
td.TdClassName
{
border-color: #463A74;
}
.TagClassName
{
border-color: #463A74;
}
</style>