Shades of Blue Gem #4A35AB
Tints of Blue Gem #4A35AB
RGB
CMYK
RGB Variations
Color information
#4A35AB (or 0x4A35AB) is known color: Blue Gem. HEX triplet: 4A, 35 and AB. RGB value is (74,53,171). Sum of RGB (Red+Green+Blue) = 74+53+171=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A35AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A35AB is #B5CA54. Grayscale: #484848. Windows color (decimal): -11913813 or 11220298. OLE color: 11220298.
HSL color Cylindrical-coordinate representation of color #4A35AB: hue angle of 250.68º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A35AB is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 53 | 171 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.33 |
| HSL | 250.68º | 0.53% | 0.44% | - |
| HSV(B) | 250.68º | 0.69% | 0.67% | - |
| XYZ | 11.45 | 6.94 | 39.26 | - |
| YUV | 72.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 53 | 171 | 0.57 | 0.69 | 0 | 0.33 | 250.68 | 0.53 | 0.44 |
| Hex | 4A | 35 | AB | 39 | 45 | 0 | 21 | FB | 35 | 2C |
| Octal | 112 | 65 | 253 | 71 | 105 | 0 | 41 | 373 | 65 | 54 |
| Binary | 1001010 | 110101 | 10101011 | 111001 | 1000101 | 0 | 100001 | 11111011 | 110101 | 101100 |
Color Harmonies of #4A35AB
Complementary color
Monochromatic Colors of #4A35AB
Black with #4A35AB
Text Example
Text Example
White with #4A35AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A35AB; }
p { color: rgb(74,53,171); }
H1.HeaderClassName
{
color: #4A35AB;
}
.AnyTagClassName
{
color: #4A35AB;
}
</style>
background-color css
<style>
a { background-color: #4A35AB; }
a { background-color: rgb(74,53,171); }
div.DivClassName
{
background-color: #4A35AB;
}
.BgClassName
{
background-color: #4A35AB;
}
</style>
border-color css
<style>
span { border-color: #4A35AB; }
span { border-color: rgb(74,53,171); }
td.TdClassName
{
border-color: #4A35AB;
}
.TagClassName
{
border-color: #4A35AB;
}
</style>