Shades of Blue Gem #4A309B
Tints of Blue Gem #4A309B
RGB
CMYK
RGB Variations
Color information
#4A309B (or 0x4A309B) is known color: Blue Gem. HEX triplet: 4A, 30 and 9B. RGB value is (74,48,155). Sum of RGB (Red+Green+Blue) = 74+48+155=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #4A309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A309B is #B5CF64. Grayscale: #434343. Windows color (decimal): -11915109 or 10170442. OLE color: 10170442.
HSL color Cylindrical-coordinate representation of color #4A309B: hue angle of 254.58º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A309B is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 74 | 48 | 155 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.39 |
| HSL | 254.58º | 0.53% | 0.4% | - |
| HSV(B) | 254.58º | 0.69% | 0.61% | - |
| XYZ | 9.8 | 5.94 | 31.64 | - |
| YUV | 67.97 | 177.11 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 155 | 0.52 | 0.69 | 0 | 0.39 | 254.58 | 0.53 | 0.4 |
| Hex | 4A | 30 | 9B | 34 | 45 | 0 | 27 | FF | 35 | 28 |
| Octal | 112 | 60 | 233 | 64 | 105 | 0 | 47 | 377 | 65 | 50 |
| Binary | 1001010 | 110000 | 10011011 | 110100 | 1000101 | 0 | 100111 | 11111111 | 110101 | 101000 |
Color Harmonies of #4A309B
Complementary color
Monochromatic Colors of #4A309B
Black with #4A309B
Text Example
Text Example
White with #4A309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A309B; }
p { color: rgb(74,48,155); }
H1.HeaderClassName
{
color: #4A309B;
}
.AnyTagClassName
{
color: #4A309B;
}
</style>
background-color css
<style>
a { background-color: #4A309B; }
a { background-color: rgb(74,48,155); }
div.DivClassName
{
background-color: #4A309B;
}
.BgClassName
{
background-color: #4A309B;
}
</style>
border-color css
<style>
span { border-color: #4A309B; }
span { border-color: rgb(74,48,155); }
td.TdClassName
{
border-color: #4A309B;
}
.TagClassName
{
border-color: #4A309B;
}
</style>