Shades of Blue Gem #4A30AB
Tints of Blue Gem #4A30AB
RGB
CMYK
RGB Variations
Color information
#4A30AB (or 0x4A30AB) is known color: Blue Gem. HEX triplet: 4A, 30 and AB. RGB value is (74,48,171). Sum of RGB (Red+Green+Blue) = 74+48+171=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A30AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A30AB is #B5CF54. Grayscale: #454545. Windows color (decimal): -11915093 or 11219018. OLE color: 11219018.
HSL color Cylindrical-coordinate representation of color #4A30AB: hue angle of 252.68º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A30AB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 48 | 171 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.33 |
| HSL | 252.68º | 0.56% | 0.43% | - |
| HSV(B) | 252.68º | 0.72% | 0.67% | - |
| XYZ | 11.23 | 6.51 | 39.19 | - |
| YUV | 69.8 | 185.11 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 171 | 0.57 | 0.72 | 0 | 0.33 | 252.68 | 0.56 | 0.43 |
| Hex | 4A | 30 | AB | 39 | 48 | 0 | 21 | FD | 38 | 2B |
| Octal | 112 | 60 | 253 | 71 | 110 | 0 | 41 | 375 | 70 | 53 |
| Binary | 1001010 | 110000 | 10101011 | 111001 | 1001000 | 0 | 100001 | 11111101 | 111000 | 101011 |
Color Harmonies of #4A30AB
Complementary color
Monochromatic Colors of #4A30AB
Black with #4A30AB
Text Example
Text Example
White with #4A30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30AB; }
p { color: rgb(74,48,171); }
H1.HeaderClassName
{
color: #4A30AB;
}
.AnyTagClassName
{
color: #4A30AB;
}
</style>
background-color css
<style>
a { background-color: #4A30AB; }
a { background-color: rgb(74,48,171); }
div.DivClassName
{
background-color: #4A30AB;
}
.BgClassName
{
background-color: #4A30AB;
}
</style>
border-color css
<style>
span { border-color: #4A30AB; }
span { border-color: rgb(74,48,171); }
td.TdClassName
{
border-color: #4A30AB;
}
.TagClassName
{
border-color: #4A30AB;
}
</style>