Shades of Meteorite #473A68
Tints of Meteorite #473A68
RGB
CMYK
RGB Variations
Color information
#473A68 (or 0x473A68) is known color: Meteorite. HEX triplet: 47, 3A and 68. RGB value is (71,58,104). Sum of RGB (Red+Green+Blue) = 71+58+104=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #473A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473A68 is #B8C597. Grayscale: #424242. Windows color (decimal): -12109208 or 6830663. OLE color: 6830663.
HSL color Cylindrical-coordinate representation of color #473A68: hue angle of 256.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #473A68 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 58 | 104 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.59 |
| HSL | 256.96º | 0.28% | 0.32% | - |
| HSV(B) | 256.96º | 0.44% | 0.41% | - |
| XYZ | 6.61 | 5.37 | 13.78 | - |
| YUV | 67.13 | 148.81 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 104 | 0.32 | 0.44 | 0 | 0.59 | 256.96 | 0.28 | 0.32 |
| Hex | 47 | 3A | 68 | 20 | 2C | 0 | 3B | 101 | 1C | 20 |
| Octal | 107 | 72 | 150 | 40 | 54 | 0 | 73 | 401 | 34 | 40 |
| Binary | 1000111 | 111010 | 1101000 | 100000 | 101100 | 0 | 111011 | 100000001 | 11100 | 100000 |
Color Harmonies of #473A68
Complementary color
Monochromatic Colors of #473A68
Black with #473A68
Text Example
Text Example
White with #473A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A68; }
p { color: rgb(71,58,104); }
H1.HeaderClassName
{
color: #473A68;
}
.AnyTagClassName
{
color: #473A68;
}
</style>
background-color css
<style>
a { background-color: #473A68; }
a { background-color: rgb(71,58,104); }
div.DivClassName
{
background-color: #473A68;
}
.BgClassName
{
background-color: #473A68;
}
</style>
border-color css
<style>
span { border-color: #473A68; }
span { border-color: rgb(71,58,104); }
td.TdClassName
{
border-color: #473A68;
}
.TagClassName
{
border-color: #473A68;
}
</style>