Shades of Meteorite #473D6F
Tints of Meteorite #473D6F
RGB
CMYK
RGB Variations
Color information
#473D6F (or 0x473D6F) is known color: Meteorite. HEX triplet: 47, 3D and 6F. RGB value is (71,61,111). Sum of RGB (Red+Green+Blue) = 71+61+111=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #473D6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D6F is #B8C290. Grayscale: #454545. Windows color (decimal): -12108433 or 7290183. OLE color: 7290183.
HSL color Cylindrical-coordinate representation of color #473D6F: hue angle of 252º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #473D6F is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 61 | 111 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.56 |
| HSL | 252º | 0.29% | 0.34% | - |
| HSV(B) | 252º | 0.45% | 0.44% | - |
| XYZ | 7.14 | 5.82 | 15.79 | - |
| YUV | 69.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 111 | 0.36 | 0.45 | 0 | 0.56 | 252 | 0.29 | 0.34 |
| Hex | 47 | 3D | 6F | 24 | 2D | 0 | 38 | FC | 1D | 22 |
| Octal | 107 | 75 | 157 | 44 | 55 | 0 | 70 | 374 | 35 | 42 |
| Binary | 1000111 | 111101 | 1101111 | 100100 | 101101 | 0 | 111000 | 11111100 | 11101 | 100010 |
Color Harmonies of #473D6F
Complementary color
Monochromatic Colors of #473D6F
Black with #473D6F
Text Example
Text Example
White with #473D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D6F; }
p { color: rgb(71,61,111); }
H1.HeaderClassName
{
color: #473D6F;
}
.AnyTagClassName
{
color: #473D6F;
}
</style>
background-color css
<style>
a { background-color: #473D6F; }
a { background-color: rgb(71,61,111); }
div.DivClassName
{
background-color: #473D6F;
}
.BgClassName
{
background-color: #473D6F;
}
</style>
border-color css
<style>
span { border-color: #473D6F; }
span { border-color: rgb(71,61,111); }
td.TdClassName
{
border-color: #473D6F;
}
.TagClassName
{
border-color: #473D6F;
}
</style>