Shades of Meteorite #4A3A74
Tints of Meteorite #4A3A74
RGB
CMYK
RGB Variations
Color information
#4A3A74 (or 0x4A3A74) is known color: Meteorite. HEX triplet: 4A, 3A and 74. RGB value is (74,58,116). Sum of RGB (Red+Green+Blue) = 74+58+116=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 116 (45.70% from 255 or 46.77% from 248); Max value from RGB is 116 - color contains mainly: blue. Hex color #4A3A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A74 is #B5C58B. Grayscale: #454545. Windows color (decimal): -11912588 or 7617098. OLE color: 7617098.
HSL color Cylindrical-coordinate representation of color #4A3A74: hue angle of 256.55º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A3A74 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 74 | 58 | 116 | - |
| CMYK | 0.36 | 0.5 | 0 | 0.55 |
| HSL | 256.55º | 0.33% | 0.34% | - |
| HSV(B) | 256.55º | 0.5% | 0.45% | - |
| XYZ | 7.49 | 5.74 | 17.24 | - |
| YUV | 69.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 116 | 0.36 | 0.5 | 0 | 0.55 | 256.55 | 0.33 | 0.34 |
| Hex | 4A | 3A | 74 | 24 | 32 | 0 | 37 | 101 | 21 | 22 |
| Octal | 112 | 72 | 164 | 44 | 62 | 0 | 67 | 401 | 41 | 42 |
| Binary | 1001010 | 111010 | 1110100 | 100100 | 110010 | 0 | 110111 | 100000001 | 100001 | 100010 |
Color Harmonies of #4A3A74
Complementary color
Monochromatic Colors of #4A3A74
Black with #4A3A74
Text Example
Text Example
White with #4A3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A74; }
p { color: rgb(74,58,116); }
H1.HeaderClassName
{
color: #4A3A74;
}
.AnyTagClassName
{
color: #4A3A74;
}
</style>
background-color css
<style>
a { background-color: #4A3A74; }
a { background-color: rgb(74,58,116); }
div.DivClassName
{
background-color: #4A3A74;
}
.BgClassName
{
background-color: #4A3A74;
}
</style>
border-color css
<style>
span { border-color: #4A3A74; }
span { border-color: rgb(74,58,116); }
td.TdClassName
{
border-color: #4A3A74;
}
.TagClassName
{
border-color: #4A3A74;
}
</style>