Shades of Meteorite #473D67
Tints of Meteorite #473D67
RGB
CMYK
RGB Variations
Color information
#473D67 (or 0x473D67) is known color: Meteorite. HEX triplet: 47, 3D and 67. RGB value is (71,61,103). Sum of RGB (Red+Green+Blue) = 71+61+103=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 103 - color contains mainly: blue. Hex color #473D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473D67 is #B8C298. Grayscale: #444444. Windows color (decimal): -12108441 or 6765895. OLE color: 6765895.
HSL color Cylindrical-coordinate representation of color #473D67: hue angle of 254.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #473D67 is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 61 | 103 | - |
| CMYK | 0.31 | 0.41 | 0 | 0.60 |
| HSL | 254.29º | 0.26% | 0.32% | - |
| HSV(B) | 254.29º | 0.41% | 0.4% | - |
| XYZ | 6.72 | 5.66 | 13.57 | - |
| YUV | 68.78 | 147.31 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 61 | 103 | 0.31 | 0.41 | 0 | 0.60 | 254.29 | 0.26 | 0.32 |
| Hex | 47 | 3D | 67 | 1F | 29 | 0 | 3C | FE | 1A | 20 |
| Octal | 107 | 75 | 147 | 37 | 51 | 0 | 74 | 376 | 32 | 40 |
| Binary | 1000111 | 111101 | 1100111 | 11111 | 101001 | 0 | 111100 | 11111110 | 11010 | 100000 |
Color Harmonies of #473D67
Complementary color
Monochromatic Colors of #473D67
Black with #473D67
Text Example
Text Example
White with #473D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473D67; }
p { color: rgb(71,61,103); }
H1.HeaderClassName
{
color: #473D67;
}
.AnyTagClassName
{
color: #473D67;
}
</style>
background-color css
<style>
a { background-color: #473D67; }
a { background-color: rgb(71,61,103); }
div.DivClassName
{
background-color: #473D67;
}
.BgClassName
{
background-color: #473D67;
}
</style>
border-color css
<style>
span { border-color: #473D67; }
span { border-color: rgb(71,61,103); }
td.TdClassName
{
border-color: #473D67;
}
.TagClassName
{
border-color: #473D67;
}
</style>