Shades of Meteorite #463B77
Tints of Meteorite #463B77
RGB
CMYK
RGB Variations
Color information
#463B77 (or 0x463B77) is known color: Meteorite. HEX triplet: 46, 3B and 77. RGB value is (70,59,119). Sum of RGB (Red+Green+Blue) = 70+59+119=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #463B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B77 is #B9C488. Grayscale: #444444. Windows color (decimal): -12174473 or 7813958. OLE color: 7813958.
HSL color Cylindrical-coordinate representation of color #463B77: hue angle of 251º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #463B77 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 59 | 119 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.53 |
| HSL | 251º | 0.34% | 0.35% | - |
| HSV(B) | 251º | 0.5% | 0.47% | - |
| XYZ | 7.42 | 5.76 | 18.17 | - |
| YUV | 69.13 | 156.14 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 119 | 0.41 | 0.50 | 0 | 0.53 | 251 | 0.34 | 0.35 |
| Hex | 46 | 3B | 77 | 29 | 32 | 0 | 35 | FB | 22 | 23 |
| Octal | 106 | 73 | 167 | 51 | 62 | 0 | 65 | 373 | 42 | 43 |
| Binary | 1000110 | 111011 | 1110111 | 101001 | 110010 | 0 | 110101 | 11111011 | 100010 | 100011 |
Color Harmonies of #463B77
Complementary color
Monochromatic Colors of #463B77
Black with #463B77
Text Example
Text Example
White with #463B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B77; }
p { color: rgb(70,59,119); }
H1.HeaderClassName
{
color: #463B77;
}
.AnyTagClassName
{
color: #463B77;
}
</style>
background-color css
<style>
a { background-color: #463B77; }
a { background-color: rgb(70,59,119); }
div.DivClassName
{
background-color: #463B77;
}
.BgClassName
{
background-color: #463B77;
}
</style>
border-color css
<style>
span { border-color: #463B77; }
span { border-color: rgb(70,59,119); }
td.TdClassName
{
border-color: #463B77;
}
.TagClassName
{
border-color: #463B77;
}
</style>