Shades of Meteorite #4A4173
Tints of Meteorite #4A4173
RGB
CMYK
RGB Variations
Color information
#4A4173 (or 0x4A4173) is known color: Meteorite. HEX triplet: 4A, 41 and 73. RGB value is (74,65,115). Sum of RGB (Red+Green+Blue) = 74+65+115=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4173 is #B5BE8C. Grayscale: #494949. Windows color (decimal): -11910797 or 7553354. OLE color: 7553354.
HSL color Cylindrical-coordinate representation of color #4A4173: hue angle of 250.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A4173 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 65 | 115 | - |
| CMYK | 0.36 | 0.43 | 0 | 0.55 |
| HSL | 250.8º | 0.28% | 0.35% | - |
| HSV(B) | 250.8º | 0.43% | 0.45% | - |
| XYZ | 7.81 | 6.47 | 17.06 | - |
| YUV | 73.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 115 | 0.36 | 0.43 | 0 | 0.55 | 250.8 | 0.28 | 0.35 |
| Hex | 4A | 41 | 73 | 24 | 2B | 0 | 37 | FB | 1C | 23 |
| Octal | 112 | 101 | 163 | 44 | 53 | 0 | 67 | 373 | 34 | 43 |
| Binary | 1001010 | 1000001 | 1110011 | 100100 | 101011 | 0 | 110111 | 11111011 | 11100 | 100011 |
Color Harmonies of #4A4173
Complementary color
Monochromatic Colors of #4A4173
Black with #4A4173
Text Example
Text Example
White with #4A4173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4173; }
p { color: rgb(74,65,115); }
H1.HeaderClassName
{
color: #4A4173;
}
.AnyTagClassName
{
color: #4A4173;
}
</style>
background-color css
<style>
a { background-color: #4A4173; }
a { background-color: rgb(74,65,115); }
div.DivClassName
{
background-color: #4A4173;
}
.BgClassName
{
background-color: #4A4173;
}
</style>
border-color css
<style>
span { border-color: #4A4173; }
span { border-color: rgb(74,65,115); }
td.TdClassName
{
border-color: #4A4173;
}
.TagClassName
{
border-color: #4A4173;
}
</style>