Shades of Rich Blue #4B46AD
Tints of Rich Blue #4B46AD
RGB
CMYK
RGB Variations
Color information
#4B46AD (or 0x4B46AD) is known color: Rich Blue. HEX triplet: 4B, 46 and AD. RGB value is (75,70,173). Sum of RGB (Red+Green+Blue) = 75+70+173=318 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.58% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B46AD is #B4B952. Grayscale: #525252. Windows color (decimal): -11843923 or 11355723. OLE color: 11355723.
HSL color Cylindrical-coordinate representation of color #4B46AD: hue angle of 242.91º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B46AD is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 70 | 173 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.32 |
| HSL | 242.91º | 0.42% | 0.48% | - |
| HSV(B) | 242.91º | 0.6% | 0.68% | - |
| XYZ | 12.63 | 8.89 | 40.59 | - |
| YUV | 83.24 | 178.66 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 173 | 0.57 | 0.60 | 0 | 0.32 | 242.91 | 0.42 | 0.48 |
| Hex | 4B | 46 | AD | 39 | 3C | 0 | 20 | F3 | 2A | 30 |
| Octal | 113 | 106 | 255 | 71 | 74 | 0 | 40 | 363 | 52 | 60 |
| Binary | 1001011 | 1000110 | 10101101 | 111001 | 111100 | 0 | 100000 | 11110011 | 101010 | 110000 |
Color Harmonies of #4B46AD
Complementary color
Monochromatic Colors of #4B46AD
Black with #4B46AD
Text Example
Text Example
White with #4B46AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B46AD; }
p { color: rgb(75,70,173); }
H1.HeaderClassName
{
color: #4B46AD;
}
.AnyTagClassName
{
color: #4B46AD;
}
</style>
background-color css
<style>
a { background-color: #4B46AD; }
a { background-color: rgb(75,70,173); }
div.DivClassName
{
background-color: #4B46AD;
}
.BgClassName
{
background-color: #4B46AD;
}
</style>
border-color css
<style>
span { border-color: #4B46AD; }
span { border-color: rgb(75,70,173); }
td.TdClassName
{
border-color: #4B46AD;
}
.TagClassName
{
border-color: #4B46AD;
}
</style>