Shades of Meteorite #474163
Tints of Meteorite #474163
RGB
CMYK
RGB Variations
Color information
#474163 (or 0x474163) is known color: Meteorite. HEX triplet: 47, 41 and 63. RGB value is (71,65,99). Sum of RGB (Red+Green+Blue) = 71+65+99=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 99 - color contains mainly: blue. Hex color #474163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474163 is #B8BE9C. Grayscale: #464646. Windows color (decimal): -12107421 or 6504775. OLE color: 6504775.
HSL color Cylindrical-coordinate representation of color #474163: hue angle of 250.59º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #474163 is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 65 | 99 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.61 |
| HSL | 250.59º | 0.21% | 0.32% | - |
| HSV(B) | 250.59º | 0.34% | 0.39% | - |
| XYZ | 6.74 | 6.02 | 12.61 | - |
| YUV | 70.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 99 | 0.28 | 0.34 | 0 | 0.61 | 250.59 | 0.21 | 0.32 |
| Hex | 47 | 41 | 63 | 1C | 22 | 0 | 3D | FB | 15 | 20 |
| Octal | 107 | 101 | 143 | 34 | 42 | 0 | 75 | 373 | 25 | 40 |
| Binary | 1000111 | 1000001 | 1100011 | 11100 | 100010 | 0 | 111101 | 11111011 | 10101 | 100000 |
Color Harmonies of #474163
Complementary color
Monochromatic Colors of #474163
Black with #474163
Text Example
Text Example
White with #474163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474163; }
p { color: rgb(71,65,99); }
H1.HeaderClassName
{
color: #474163;
}
.AnyTagClassName
{
color: #474163;
}
</style>
background-color css
<style>
a { background-color: #474163; }
a { background-color: rgb(71,65,99); }
div.DivClassName
{
background-color: #474163;
}
.BgClassName
{
background-color: #474163;
}
</style>
border-color css
<style>
span { border-color: #474163; }
span { border-color: rgb(71,65,99); }
td.TdClassName
{
border-color: #474163;
}
.TagClassName
{
border-color: #474163;
}
</style>