Shades of Meteorite #463D6B
Tints of Meteorite #463D6B
RGB
CMYK
RGB Variations
Color information
#463D6B (or 0x463D6B) is known color: Meteorite. HEX triplet: 46, 3D and 6B. RGB value is (70,61,107). Sum of RGB (Red+Green+Blue) = 70+61+107=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #463D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463D6B is #B9C294. Grayscale: #444444. Windows color (decimal): -12173973 or 7028038. OLE color: 7028038.
HSL color Cylindrical-coordinate representation of color #463D6B: hue angle of 251.74º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463D6B is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 61 | 107 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.58 |
| HSL | 251.74º | 0.27% | 0.33% | - |
| HSV(B) | 251.74º | 0.43% | 0.42% | - |
| XYZ | 6.85 | 5.7 | 14.65 | - |
| YUV | 68.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 61 | 107 | 0.35 | 0.43 | 0 | 0.58 | 251.74 | 0.27 | 0.33 |
| Hex | 46 | 3D | 6B | 23 | 2B | 0 | 3A | FC | 1B | 21 |
| Octal | 106 | 75 | 153 | 43 | 53 | 0 | 72 | 374 | 33 | 41 |
| Binary | 1000110 | 111101 | 1101011 | 100011 | 101011 | 0 | 111010 | 11111100 | 11011 | 100001 |
Color Harmonies of #463D6B
Complementary color
Monochromatic Colors of #463D6B
Black with #463D6B
Text Example
Text Example
White with #463D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463D6B; }
p { color: rgb(70,61,107); }
H1.HeaderClassName
{
color: #463D6B;
}
.AnyTagClassName
{
color: #463D6B;
}
</style>
background-color css
<style>
a { background-color: #463D6B; }
a { background-color: rgb(70,61,107); }
div.DivClassName
{
background-color: #463D6B;
}
.BgClassName
{
background-color: #463D6B;
}
</style>
border-color css
<style>
span { border-color: #463D6B; }
span { border-color: rgb(70,61,107); }
td.TdClassName
{
border-color: #463D6B;
}
.TagClassName
{
border-color: #463D6B;
}
</style>