Shades of Blue Gem #4A30A3
Tints of Blue Gem #4A30A3
RGB
CMYK
RGB Variations
Color information
#4A30A3 (or 0x4A30A3) is known color: Blue Gem. HEX triplet: 4A, 30 and A3. RGB value is (74,48,163). Sum of RGB (Red+Green+Blue) = 74+48+163=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 163 (64.06% from 255 or 57.19% from 285); Max value from RGB is 163 - color contains mainly: blue. Hex color #4A30A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A30A3 is #B5CF5C. Grayscale: #444444. Windows color (decimal): -11915101 or 10694730. OLE color: 10694730.
HSL color Cylindrical-coordinate representation of color #4A30A3: hue angle of 253.57º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A30A3 is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 74 | 48 | 163 | - |
| CMYK | 0.55 | 0.71 | 0 | 0.36 |
| HSL | 253.57º | 0.55% | 0.41% | - |
| HSV(B) | 253.57º | 0.71% | 0.64% | - |
| XYZ | 10.49 | 6.21 | 35.3 | - |
| YUV | 68.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 48 | 163 | 0.55 | 0.71 | 0 | 0.36 | 253.57 | 0.55 | 0.41 |
| Hex | 4A | 30 | A3 | 37 | 47 | 0 | 24 | FE | 37 | 29 |
| Octal | 112 | 60 | 243 | 67 | 107 | 0 | 44 | 376 | 67 | 51 |
| Binary | 1001010 | 110000 | 10100011 | 110111 | 1000111 | 0 | 100100 | 11111110 | 110111 | 101001 |
Color Harmonies of #4A30A3
Complementary color
Monochromatic Colors of #4A30A3
Black with #4A30A3
Text Example
Text Example
White with #4A30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A30A3; }
p { color: rgb(74,48,163); }
H1.HeaderClassName
{
color: #4A30A3;
}
.AnyTagClassName
{
color: #4A30A3;
}
</style>
background-color css
<style>
a { background-color: #4A30A3; }
a { background-color: rgb(74,48,163); }
div.DivClassName
{
background-color: #4A30A3;
}
.BgClassName
{
background-color: #4A30A3;
}
</style>
border-color css
<style>
span { border-color: #4A30A3; }
span { border-color: rgb(74,48,163); }
td.TdClassName
{
border-color: #4A30A3;
}
.TagClassName
{
border-color: #4A30A3;
}
</style>