Shades of Blue Gem #4A3090
Tints of Blue Gem #4A3090
RGB
CMYK
RGB Variations
Color information
#4A3090 (or 0x4A3090) is known color: Blue Gem. HEX triplet: 4A, 30 and 90. RGB value is (74,48,144). Sum of RGB (Red+Green+Blue) = 74+48+144=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A3090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3090 is #B5CF6F. Grayscale: #424242. Windows color (decimal): -11915120 or 9449546. OLE color: 9449546.
HSL color Cylindrical-coordinate representation of color #4A3090: hue angle of 256.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A3090 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 48 | 144 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.44 |
| HSL | 256.25º | 0.5% | 0.38% | - |
| HSV(B) | 256.25º | 0.67% | 0.56% | - |
| XYZ | 8.92 | 5.58 | 26.99 | - |
| YUV | 66.72 | 171.61 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 144 | 0.49 | 0.67 | 0 | 0.44 | 256.25 | 0.5 | 0.38 |
| Hex | 4A | 30 | 90 | 31 | 43 | 0 | 2C | 100 | 32 | 26 |
| Octal | 112 | 60 | 220 | 61 | 103 | 0 | 54 | 400 | 62 | 46 |
| Binary | 1001010 | 110000 | 10010000 | 110001 | 1000011 | 0 | 101100 | 100000000 | 110010 | 100110 |
Color Harmonies of #4A3090
Complementary color
Monochromatic Colors of #4A3090
Black with #4A3090
Text Example
Text Example
White with #4A3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3090; }
p { color: rgb(74,48,144); }
H1.HeaderClassName
{
color: #4A3090;
}
.AnyTagClassName
{
color: #4A3090;
}
</style>
background-color css
<style>
a { background-color: #4A3090; }
a { background-color: rgb(74,48,144); }
div.DivClassName
{
background-color: #4A3090;
}
.BgClassName
{
background-color: #4A3090;
}
</style>
border-color css
<style>
span { border-color: #4A3090; }
span { border-color: rgb(74,48,144); }
td.TdClassName
{
border-color: #4A3090;
}
.TagClassName
{
border-color: #4A3090;
}
</style>