Shades of Blue Gem #4A399B
Tints of Blue Gem #4A399B
RGB
CMYK
RGB Variations
Color information
#4A399B (or 0x4A399B) is known color: Blue Gem. HEX triplet: 4A, 39 and 9B. RGB value is (74,57,155). Sum of RGB (Red+Green+Blue) = 74+57+155=286 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.87% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A399B is #B5C664. Grayscale: #484848. Windows color (decimal): -11912805 or 10172746. OLE color: 10172746.
HSL color Cylindrical-coordinate representation of color #4A399B: hue angle of 250.41º 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 #4A399B is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 57 | 155 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.39 |
| HSL | 250.41º | 0.46% | 0.42% | - |
| HSV(B) | 250.41º | 0.63% | 0.61% | - |
| XYZ | 10.2 | 6.75 | 31.78 | - |
| YUV | 73.26 | 174.13 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 57 | 155 | 0.52 | 0.63 | 0 | 0.39 | 250.41 | 0.46 | 0.42 |
| Hex | 4A | 39 | 9B | 34 | 3F | 0 | 27 | FA | 2E | 2A |
| Octal | 112 | 71 | 233 | 64 | 77 | 0 | 47 | 372 | 56 | 52 |
| Binary | 1001010 | 111001 | 10011011 | 110100 | 111111 | 0 | 100111 | 11111010 | 101110 | 101010 |
Color Harmonies of #4A399B
Complementary color
Monochromatic Colors of #4A399B
Black with #4A399B
Text Example
Text Example
White with #4A399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A399B; }
p { color: rgb(74,57,155); }
H1.HeaderClassName
{
color: #4A399B;
}
.AnyTagClassName
{
color: #4A399B;
}
</style>
background-color css
<style>
a { background-color: #4A399B; }
a { background-color: rgb(74,57,155); }
div.DivClassName
{
background-color: #4A399B;
}
.BgClassName
{
background-color: #4A399B;
}
</style>
border-color css
<style>
span { border-color: #4A399B; }
span { border-color: rgb(74,57,155); }
td.TdClassName
{
border-color: #4A399B;
}
.TagClassName
{
border-color: #4A399B;
}
</style>