Shades of Meteorite #463D6E
Tints of Meteorite #463D6E
RGB
CMYK
RGB Variations
Color information
#463D6E (or 0x463D6E) is known color: Meteorite. HEX triplet: 46, 3D and 6E. RGB value is (70,61,110). Sum of RGB (Red+Green+Blue) = 70+61+110=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 110 - color contains mainly: blue. Hex color #463D6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D6E is #B9C291. Grayscale: #454545. Windows color (decimal): -12173970 or 7224646. OLE color: 7224646.
HSL color Cylindrical-coordinate representation of color #463D6E: hue angle of 251.02º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #463D6E is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 61 | 110 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.57 |
| HSL | 251.02º | 0.29% | 0.34% | - |
| HSV(B) | 251.02º | 0.45% | 0.43% | - |
| XYZ | 7.01 | 5.77 | 15.5 | - |
| YUV | 69.28 | 150.98 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 110 | 0.36 | 0.45 | 0 | 0.57 | 251.02 | 0.29 | 0.34 |
| Hex | 46 | 3D | 6E | 24 | 2D | 0 | 39 | FB | 1D | 22 |
| Octal | 106 | 75 | 156 | 44 | 55 | 0 | 71 | 373 | 35 | 42 |
| Binary | 1000110 | 111101 | 1101110 | 100100 | 101101 | 0 | 111001 | 11111011 | 11101 | 100010 |
Color Harmonies of #463D6E
Complementary color
Monochromatic Colors of #463D6E
Black with #463D6E
Text Example
Text Example
White with #463D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D6E; }
p { color: rgb(70,61,110); }
H1.HeaderClassName
{
color: #463D6E;
}
.AnyTagClassName
{
color: #463D6E;
}
</style>
background-color css
<style>
a { background-color: #463D6E; }
a { background-color: rgb(70,61,110); }
div.DivClassName
{
background-color: #463D6E;
}
.BgClassName
{
background-color: #463D6E;
}
</style>
border-color css
<style>
span { border-color: #463D6E; }
span { border-color: rgb(70,61,110); }
td.TdClassName
{
border-color: #463D6E;
}
.TagClassName
{
border-color: #463D6E;
}
</style>