Shades of Meteorite #473C67
Tints of Meteorite #473C67
RGB
CMYK
RGB Variations
Color information
#473C67 (or 0x473C67) is known color: Meteorite. HEX triplet: 47, 3C and 67. RGB value is (71,60,103). Sum of RGB (Red+Green+Blue) = 71+60+103=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 103 - color contains mainly: blue. Hex color #473C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #473C67 is #B8C398. Grayscale: #444444. Windows color (decimal): -12108697 or 6765639. OLE color: 6765639.
HSL color Cylindrical-coordinate representation of color #473C67: hue angle of 255.35º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #473C67 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 60 | 103 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.60 |
| HSL | 255.35º | 0.26% | 0.32% | - |
| HSV(B) | 255.35º | 0.42% | 0.4% | - |
| XYZ | 6.66 | 5.55 | 13.55 | - |
| YUV | 68.19 | 147.64 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 60 | 103 | 0.31 | 0.42 | 0 | 0.60 | 255.35 | 0.26 | 0.32 |
| Hex | 47 | 3C | 67 | 1F | 2A | 0 | 3C | FF | 1A | 20 |
| Octal | 107 | 74 | 147 | 37 | 52 | 0 | 74 | 377 | 32 | 40 |
| Binary | 1000111 | 111100 | 1100111 | 11111 | 101010 | 0 | 111100 | 11111111 | 11010 | 100000 |
Color Harmonies of #473C67
Complementary color
Monochromatic Colors of #473C67
Black with #473C67
Text Example
Text Example
White with #473C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473C67; }
p { color: rgb(71,60,103); }
H1.HeaderClassName
{
color: #473C67;
}
.AnyTagClassName
{
color: #473C67;
}
</style>
background-color css
<style>
a { background-color: #473C67; }
a { background-color: rgb(71,60,103); }
div.DivClassName
{
background-color: #473C67;
}
.BgClassName
{
background-color: #473C67;
}
</style>
border-color css
<style>
span { border-color: #473C67; }
span { border-color: rgb(71,60,103); }
td.TdClassName
{
border-color: #473C67;
}
.TagClassName
{
border-color: #473C67;
}
</style>