Shades of Blue Gem #4A3A90
Tints of Blue Gem #4A3A90
RGB
CMYK
RGB Variations
Color information
#4A3A90 (or 0x4A3A90) is known color: Blue Gem. HEX triplet: 4A, 3A and 90. RGB value is (74,58,144). Sum of RGB (Red+Green+Blue) = 74+58+144=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A3A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3A90 is #B5C56F. Grayscale: #484848. Windows color (decimal): -11912560 or 9452106. OLE color: 9452106.
HSL color Cylindrical-coordinate representation of color #4A3A90: hue angle of 251.16º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4A3A90 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 58 | 144 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.44 |
| HSL | 251.16º | 0.43% | 0.4% | - |
| HSV(B) | 251.16º | 0.6% | 0.56% | - |
| XYZ | 9.37 | 6.5 | 27.15 | - |
| YUV | 72.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 144 | 0.49 | 0.60 | 0 | 0.44 | 251.16 | 0.43 | 0.4 |
| Hex | 4A | 3A | 90 | 31 | 3C | 0 | 2C | FB | 2B | 28 |
| Octal | 112 | 72 | 220 | 61 | 74 | 0 | 54 | 373 | 53 | 50 |
| Binary | 1001010 | 111010 | 10010000 | 110001 | 111100 | 0 | 101100 | 11111011 | 101011 | 101000 |
Color Harmonies of #4A3A90
Complementary color
Monochromatic Colors of #4A3A90
Black with #4A3A90
Text Example
Text Example
White with #4A3A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A90; }
p { color: rgb(74,58,144); }
H1.HeaderClassName
{
color: #4A3A90;
}
.AnyTagClassName
{
color: #4A3A90;
}
</style>
background-color css
<style>
a { background-color: #4A3A90; }
a { background-color: rgb(74,58,144); }
div.DivClassName
{
background-color: #4A3A90;
}
.BgClassName
{
background-color: #4A3A90;
}
</style>
border-color css
<style>
span { border-color: #4A3A90; }
span { border-color: rgb(74,58,144); }
td.TdClassName
{
border-color: #4A3A90;
}
.TagClassName
{
border-color: #4A3A90;
}
</style>