Shades of Meteorite #473D68
Tints of Meteorite #473D68
RGB
CMYK
RGB Variations
Color information
#473D68 (or 0x473D68) is known color: Meteorite. HEX triplet: 47, 3D and 68. RGB value is (71,61,104). Sum of RGB (Red+Green+Blue) = 71+61+104=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #473D68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D68 is #B8C297. Grayscale: #444444. Windows color (decimal): -12108440 or 6831431. OLE color: 6831431.
HSL color Cylindrical-coordinate representation of color #473D68: hue angle of 253.95º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473D68 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 61 | 104 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.59 |
| HSL | 253.95º | 0.26% | 0.32% | - |
| HSV(B) | 253.95º | 0.41% | 0.41% | - |
| XYZ | 6.77 | 5.68 | 13.84 | - |
| YUV | 68.89 | 147.81 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 104 | 0.32 | 0.41 | 0 | 0.59 | 253.95 | 0.26 | 0.32 |
| Hex | 47 | 3D | 68 | 20 | 29 | 0 | 3B | FE | 1A | 20 |
| Octal | 107 | 75 | 150 | 40 | 51 | 0 | 73 | 376 | 32 | 40 |
| Binary | 1000111 | 111101 | 1101000 | 100000 | 101001 | 0 | 111011 | 11111110 | 11010 | 100000 |
Color Harmonies of #473D68
Complementary color
Monochromatic Colors of #473D68
Black with #473D68
Text Example
Text Example
White with #473D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D68; }
p { color: rgb(71,61,104); }
H1.HeaderClassName
{
color: #473D68;
}
.AnyTagClassName
{
color: #473D68;
}
</style>
background-color css
<style>
a { background-color: #473D68; }
a { background-color: rgb(71,61,104); }
div.DivClassName
{
background-color: #473D68;
}
.BgClassName
{
background-color: #473D68;
}
</style>
border-color css
<style>
span { border-color: #473D68; }
span { border-color: rgb(71,61,104); }
td.TdClassName
{
border-color: #473D68;
}
.TagClassName
{
border-color: #473D68;
}
</style>