Shades of Meteorite #463C75
Tints of Meteorite #463C75
RGB
CMYK
RGB Variations
Color information
#463C75 (or 0x463C75) is known color: Meteorite. HEX triplet: 46, 3C and 75. RGB value is (70,60,117). Sum of RGB (Red+Green+Blue) = 70+60+117=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #463C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463C75 is #B9C38A. Grayscale: #454545. Windows color (decimal): -12174219 or 7683142. OLE color: 7683142.
HSL color Cylindrical-coordinate representation of color #463C75: hue angle of 250.53º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463C75 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 60 | 117 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.54 |
| HSL | 250.53º | 0.32% | 0.35% | - |
| HSV(B) | 250.53º | 0.49% | 0.46% | - |
| XYZ | 7.35 | 5.82 | 17.57 | - |
| YUV | 69.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 60 | 117 | 0.40 | 0.49 | 0 | 0.54 | 250.53 | 0.32 | 0.35 |
| Hex | 46 | 3C | 75 | 28 | 31 | 0 | 36 | FB | 20 | 23 |
| Octal | 106 | 74 | 165 | 50 | 61 | 0 | 66 | 373 | 40 | 43 |
| Binary | 1000110 | 111100 | 1110101 | 101000 | 110001 | 0 | 110110 | 11111011 | 100000 | 100011 |
Color Harmonies of #463C75
Complementary color
Monochromatic Colors of #463C75
Black with #463C75
Text Example
Text Example
White with #463C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463C75; }
p { color: rgb(70,60,117); }
H1.HeaderClassName
{
color: #463C75;
}
.AnyTagClassName
{
color: #463C75;
}
</style>
background-color css
<style>
a { background-color: #463C75; }
a { background-color: rgb(70,60,117); }
div.DivClassName
{
background-color: #463C75;
}
.BgClassName
{
background-color: #463C75;
}
</style>
border-color css
<style>
span { border-color: #463C75; }
span { border-color: rgb(70,60,117); }
td.TdClassName
{
border-color: #463C75;
}
.TagClassName
{
border-color: #463C75;
}
</style>