Shades of Rich Blue #4B47AE
Tints of Rich Blue #4B47AE
RGB
CMYK
RGB Variations
Color information
#4B47AE (or 0x4B47AE) is known color: Rich Blue. HEX triplet: 4B, 47 and AE. RGB value is (75,71,174). Sum of RGB (Red+Green+Blue) = 75+71+174=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B47AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B47AE is #B4B851. Grayscale: #535353. Windows color (decimal): -11843666 or 11421515. OLE color: 11421515.
HSL color Cylindrical-coordinate representation of color #4B47AE: hue angle of 242.33º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B47AE is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 71 | 174 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.32 |
| HSL | 242.33º | 0.42% | 0.48% | - |
| HSV(B) | 242.33º | 0.59% | 0.68% | - |
| XYZ | 12.79 | 9.06 | 41.12 | - |
| YUV | 83.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 174 | 0.57 | 0.59 | 0 | 0.32 | 242.33 | 0.42 | 0.48 |
| Hex | 4B | 47 | AE | 39 | 3B | 0 | 20 | F2 | 2A | 30 |
| Octal | 113 | 107 | 256 | 71 | 73 | 0 | 40 | 362 | 52 | 60 |
| Binary | 1001011 | 1000111 | 10101110 | 111001 | 111011 | 0 | 100000 | 11110010 | 101010 | 110000 |
Color Harmonies of #4B47AE
Complementary color
Monochromatic Colors of #4B47AE
Black with #4B47AE
Text Example
Text Example
White with #4B47AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B47AE; }
p { color: rgb(75,71,174); }
H1.HeaderClassName
{
color: #4B47AE;
}
.AnyTagClassName
{
color: #4B47AE;
}
</style>
background-color css
<style>
a { background-color: #4B47AE; }
a { background-color: rgb(75,71,174); }
div.DivClassName
{
background-color: #4B47AE;
}
.BgClassName
{
background-color: #4B47AE;
}
</style>
border-color css
<style>
span { border-color: #4B47AE; }
span { border-color: rgb(75,71,174); }
td.TdClassName
{
border-color: #4B47AE;
}
.TagClassName
{
border-color: #4B47AE;
}
</style>