Shades of Blue Gem #4A3FA9
Tints of Blue Gem #4A3FA9
RGB
CMYK
RGB Variations
Color information
#4A3FA9 (or 0x4A3FA9) is known color: Blue Gem. HEX triplet: 4A, 3F and A9. RGB value is (74,63,169). Sum of RGB (Red+Green+Blue) = 74+63+169=306 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.18% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A3FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3FA9 is #B5C056. Grayscale: #4D4D4D. Windows color (decimal): -11911255 or 11091786. OLE color: 11091786.
HSL color Cylindrical-coordinate representation of color #4A3FA9: hue angle of 246.23º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A3FA9 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 63 | 169 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.34 |
| HSL | 246.23º | 0.46% | 0.45% | - |
| HSV(B) | 246.23º | 0.63% | 0.66% | - |
| XYZ | 11.76 | 7.88 | 38.44 | - |
| YUV | 78.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 63 | 169 | 0.56 | 0.63 | 0 | 0.34 | 246.23 | 0.46 | 0.45 |
| Hex | 4A | 3F | A9 | 38 | 3F | 0 | 22 | F6 | 2E | 2D |
| Octal | 112 | 77 | 251 | 70 | 77 | 0 | 42 | 366 | 56 | 55 |
| Binary | 1001010 | 111111 | 10101001 | 111000 | 111111 | 0 | 100010 | 11110110 | 101110 | 101101 |
Color Harmonies of #4A3FA9
Complementary color
Monochromatic Colors of #4A3FA9
Black with #4A3FA9
Text Example
Text Example
White with #4A3FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3FA9; }
p { color: rgb(74,63,169); }
H1.HeaderClassName
{
color: #4A3FA9;
}
.AnyTagClassName
{
color: #4A3FA9;
}
</style>
background-color css
<style>
a { background-color: #4A3FA9; }
a { background-color: rgb(74,63,169); }
div.DivClassName
{
background-color: #4A3FA9;
}
.BgClassName
{
background-color: #4A3FA9;
}
</style>
border-color css
<style>
span { border-color: #4A3FA9; }
span { border-color: rgb(74,63,169); }
td.TdClassName
{
border-color: #4A3FA9;
}
.TagClassName
{
border-color: #4A3FA9;
}
</style>