Shades of Blue Gem #4A2A98
Tints of Blue Gem #4A2A98
RGB
CMYK
RGB Variations
Color information
#4A2A98 (or 0x4A2A98) is known color: Blue Gem. HEX triplet: 4A, 2A and 98. RGB value is (74,42,152). Sum of RGB (Red+Green+Blue) = 74+42+152=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A2A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A2A98 is #B5D567. Grayscale: #3F3F3F. Windows color (decimal): -11916648 or 9972298. OLE color: 9972298.
HSL color Cylindrical-coordinate representation of color #4A2A98: hue angle of 257.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A2A98 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 42 | 152 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.40 |
| HSL | 257.45º | 0.57% | 0.38% | - |
| HSV(B) | 257.45º | 0.72% | 0.6% | - |
| XYZ | 9.32 | 5.38 | 30.25 | - |
| YUV | 64.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 42 | 152 | 0.51 | 0.72 | 0 | 0.40 | 257.45 | 0.57 | 0.38 |
| Hex | 4A | 2A | 98 | 33 | 48 | 0 | 28 | 101 | 39 | 26 |
| Octal | 112 | 52 | 230 | 63 | 110 | 0 | 50 | 401 | 71 | 46 |
| Binary | 1001010 | 101010 | 10011000 | 110011 | 1001000 | 0 | 101000 | 100000001 | 111001 | 100110 |
Color Harmonies of #4A2A98
Complementary color
Monochromatic Colors of #4A2A98
Black with #4A2A98
Text Example
Text Example
White with #4A2A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2A98; }
p { color: rgb(74,42,152); }
H1.HeaderClassName
{
color: #4A2A98;
}
.AnyTagClassName
{
color: #4A2A98;
}
</style>
background-color css
<style>
a { background-color: #4A2A98; }
a { background-color: rgb(74,42,152); }
div.DivClassName
{
background-color: #4A2A98;
}
.BgClassName
{
background-color: #4A2A98;
}
</style>
border-color css
<style>
span { border-color: #4A2A98; }
span { border-color: rgb(74,42,152); }
td.TdClassName
{
border-color: #4A2A98;
}
.TagClassName
{
border-color: #4A2A98;
}
</style>