Shades of Blue Gem #4A3989
Tints of Blue Gem #4A3989
RGB
CMYK
RGB Variations
Color information
#4A3989 (or 0x4A3989) is known color: Blue Gem. HEX triplet: 4A, 39 and 89. RGB value is (74,57,137). Sum of RGB (Red+Green+Blue) = 74+57+137=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 137 (53.91% from 255 or 51.12% from 268); Max value from RGB is 137 - color contains mainly: blue. Hex color #4A3989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3989 is #B5C676. Grayscale: #464646. Windows color (decimal): -11912823 or 8993098. OLE color: 8993098.
HSL color Cylindrical-coordinate representation of color #4A3989: hue angle of 252.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A3989 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 74 | 57 | 137 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.46 |
| HSL | 252.75º | 0.41% | 0.38% | - |
| HSV(B) | 252.75º | 0.58% | 0.54% | - |
| XYZ | 8.8 | 6.19 | 24.4 | - |
| YUV | 71.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 137 | 0.46 | 0.58 | 0 | 0.46 | 252.75 | 0.41 | 0.38 |
| Hex | 4A | 39 | 89 | 2E | 3A | 0 | 2E | FD | 29 | 26 |
| Octal | 112 | 71 | 211 | 56 | 72 | 0 | 56 | 375 | 51 | 46 |
| Binary | 1001010 | 111001 | 10001001 | 101110 | 111010 | 0 | 101110 | 11111101 | 101001 | 100110 |
Color Harmonies of #4A3989
Complementary color
Monochromatic Colors of #4A3989
Black with #4A3989
Text Example
Text Example
White with #4A3989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3989; }
p { color: rgb(74,57,137); }
H1.HeaderClassName
{
color: #4A3989;
}
.AnyTagClassName
{
color: #4A3989;
}
</style>
background-color css
<style>
a { background-color: #4A3989; }
a { background-color: rgb(74,57,137); }
div.DivClassName
{
background-color: #4A3989;
}
.BgClassName
{
background-color: #4A3989;
}
</style>
border-color css
<style>
span { border-color: #4A3989; }
span { border-color: rgb(74,57,137); }
td.TdClassName
{
border-color: #4A3989;
}
.TagClassName
{
border-color: #4A3989;
}
</style>