Shades of Blue Gem #4A3A9B
Tints of Blue Gem #4A3A9B
RGB
CMYK
RGB Variations
Color information
#4A3A9B (or 0x4A3A9B) is known color: Blue Gem. HEX triplet: 4A, 3A and 9B. RGB value is (74,58,155). Sum of RGB (Red+Green+Blue) = 74+58+155=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A3A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A3A9B is #B5C564. Grayscale: #494949. Windows color (decimal): -11912549 or 10173002. OLE color: 10173002.
HSL color Cylindrical-coordinate representation of color #4A3A9B: hue angle of 249.9º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A3A9B is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 58 | 155 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.39 |
| HSL | 249.9º | 0.46% | 0.42% | - |
| HSV(B) | 249.9º | 0.63% | 0.61% | - |
| XYZ | 10.25 | 6.85 | 31.79 | - |
| YUV | 73.84 | 173.8 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 155 | 0.52 | 0.63 | 0 | 0.39 | 249.9 | 0.46 | 0.42 |
| Hex | 4A | 3A | 9B | 34 | 3F | 0 | 27 | FA | 2E | 2A |
| Octal | 112 | 72 | 233 | 64 | 77 | 0 | 47 | 372 | 56 | 52 |
| Binary | 1001010 | 111010 | 10011011 | 110100 | 111111 | 0 | 100111 | 11111010 | 101110 | 101010 |
Color Harmonies of #4A3A9B
Complementary color
Monochromatic Colors of #4A3A9B
Black with #4A3A9B
Text Example
Text Example
White with #4A3A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A9B; }
p { color: rgb(74,58,155); }
H1.HeaderClassName
{
color: #4A3A9B;
}
.AnyTagClassName
{
color: #4A3A9B;
}
</style>
background-color css
<style>
a { background-color: #4A3A9B; }
a { background-color: rgb(74,58,155); }
div.DivClassName
{
background-color: #4A3A9B;
}
.BgClassName
{
background-color: #4A3A9B;
}
</style>
border-color css
<style>
span { border-color: #4A3A9B; }
span { border-color: rgb(74,58,155); }
td.TdClassName
{
border-color: #4A3A9B;
}
.TagClassName
{
border-color: #4A3A9B;
}
</style>