Shades of Meteorite #463775
Tints of Meteorite #463775
RGB
CMYK
RGB Variations
Color information
#463775 (or 0x463775) is known color: Meteorite. HEX triplet: 46, 37 and 75. RGB value is (70,55,117). Sum of RGB (Red+Green+Blue) = 70+55+117=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 117 (46.09% from 255 or 48.35% from 242); Max value from RGB is 117 - color contains mainly: blue. Hex color #463775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463775 is #B9C88A. Grayscale: #424242. Windows color (decimal): -12175499 or 7681862. OLE color: 7681862.
HSL color Cylindrical-coordinate representation of color #463775: hue angle of 254.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #463775 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 55 | 117 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.54 |
| HSL | 254.52º | 0.36% | 0.34% | - |
| HSV(B) | 254.52º | 0.53% | 0.46% | - |
| XYZ | 7.1 | 5.32 | 17.48 | - |
| YUV | 66.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 55 | 117 | 0.40 | 0.53 | 0 | 0.54 | 254.52 | 0.36 | 0.34 |
| Hex | 46 | 37 | 75 | 28 | 35 | 0 | 36 | FF | 24 | 22 |
| Octal | 106 | 67 | 165 | 50 | 65 | 0 | 66 | 377 | 44 | 42 |
| Binary | 1000110 | 110111 | 1110101 | 101000 | 110101 | 0 | 110110 | 11111111 | 100100 | 100010 |
Color Harmonies of #463775
Complementary color
Monochromatic Colors of #463775
Black with #463775
Text Example
Text Example
White with #463775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463775; }
p { color: rgb(70,55,117); }
H1.HeaderClassName
{
color: #463775;
}
.AnyTagClassName
{
color: #463775;
}
</style>
background-color css
<style>
a { background-color: #463775; }
a { background-color: rgb(70,55,117); }
div.DivClassName
{
background-color: #463775;
}
.BgClassName
{
background-color: #463775;
}
</style>
border-color css
<style>
span { border-color: #463775; }
span { border-color: rgb(70,55,117); }
td.TdClassName
{
border-color: #463775;
}
.TagClassName
{
border-color: #463775;
}
</style>