Shades of Meteorite #463B74
Tints of Meteorite #463B74
RGB
CMYK
RGB Variations
Color information
#463B74 (or 0x463B74) is known color: Meteorite. HEX triplet: 46, 3B and 74. RGB value is (70,59,116). Sum of RGB (Red+Green+Blue) = 70+59+116=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #463B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463B74 is #B9C48B. Grayscale: #444444. Windows color (decimal): -12174476 or 7617350. OLE color: 7617350.
HSL color Cylindrical-coordinate representation of color #463B74: hue angle of 251.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463B74 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 59 | 116 | - |
| CMYK | 0.40 | 0.49 | 0 | 0.55 |
| HSL | 251.58º | 0.33% | 0.34% | - |
| HSV(B) | 251.58º | 0.49% | 0.45% | - |
| XYZ | 7.24 | 5.69 | 17.24 | - |
| YUV | 68.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 59 | 116 | 0.40 | 0.49 | 0 | 0.55 | 251.58 | 0.33 | 0.34 |
| Hex | 46 | 3B | 74 | 28 | 31 | 0 | 37 | FC | 21 | 22 |
| Octal | 106 | 73 | 164 | 50 | 61 | 0 | 67 | 374 | 41 | 42 |
| Binary | 1000110 | 111011 | 1110100 | 101000 | 110001 | 0 | 110111 | 11111100 | 100001 | 100010 |
Color Harmonies of #463B74
Complementary color
Monochromatic Colors of #463B74
Black with #463B74
Text Example
Text Example
White with #463B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463B74; }
p { color: rgb(70,59,116); }
H1.HeaderClassName
{
color: #463B74;
}
.AnyTagClassName
{
color: #463B74;
}
</style>
background-color css
<style>
a { background-color: #463B74; }
a { background-color: rgb(70,59,116); }
div.DivClassName
{
background-color: #463B74;
}
.BgClassName
{
background-color: #463B74;
}
</style>
border-color css
<style>
span { border-color: #463B74; }
span { border-color: rgb(70,59,116); }
td.TdClassName
{
border-color: #463B74;
}
.TagClassName
{
border-color: #463B74;
}
</style>