Shades of Rich Blue #4A41AD
Tints of Rich Blue #4A41AD
RGB
CMYK
RGB Variations
Color information
#4A41AD (or 0x4A41AD) is known color: Rich Blue. HEX triplet: 4A, 41 and AD. RGB value is (74,65,173). Sum of RGB (Red+Green+Blue) = 74+65+173=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A41AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A41AD is #B5BE52. Grayscale: #4F4F4F. Windows color (decimal): -11910739 or 11354442. OLE color: 11354442.
HSL color Cylindrical-coordinate representation of color #4A41AD: hue angle of 245º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A41AD is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 65 | 173 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.32 |
| HSL | 245º | 0.45% | 0.47% | - |
| HSV(B) | 245º | 0.62% | 0.68% | - |
| XYZ | 12.26 | 8.25 | 40.48 | - |
| YUV | 80 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 173 | 0.57 | 0.62 | 0 | 0.32 | 245 | 0.45 | 0.47 |
| Hex | 4A | 41 | AD | 39 | 3E | 0 | 20 | F5 | 2D | 2F |
| Octal | 112 | 101 | 255 | 71 | 76 | 0 | 40 | 365 | 55 | 57 |
| Binary | 1001010 | 1000001 | 10101101 | 111001 | 111110 | 0 | 100000 | 11110101 | 101101 | 101111 |
Color Harmonies of #4A41AD
Complementary color
Monochromatic Colors of #4A41AD
Black with #4A41AD
Text Example
Text Example
White with #4A41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A41AD; }
p { color: rgb(74,65,173); }
H1.HeaderClassName
{
color: #4A41AD;
}
.AnyTagClassName
{
color: #4A41AD;
}
</style>
background-color css
<style>
a { background-color: #4A41AD; }
a { background-color: rgb(74,65,173); }
div.DivClassName
{
background-color: #4A41AD;
}
.BgClassName
{
background-color: #4A41AD;
}
</style>
border-color css
<style>
span { border-color: #4A41AD; }
span { border-color: rgb(74,65,173); }
td.TdClassName
{
border-color: #4A41AD;
}
.TagClassName
{
border-color: #4A41AD;
}
</style>