Shades of Rich Blue #4A41AF
Tints of Rich Blue #4A41AF
RGB
CMYK
RGB Variations
Color information
#4A41AF (or 0x4A41AF) is known color: Rich Blue. HEX triplet: 4A, 41 and AF. RGB value is (74,65,175). Sum of RGB (Red+Green+Blue) = 74+65+175=314 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.57% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A41AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A41AF is #B5BE50. Grayscale: #4F4F4F. Windows color (decimal): -11910737 or 11485514. OLE color: 11485514.
HSL color Cylindrical-coordinate representation of color #4A41AF: hue angle of 244.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A41AF is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 65 | 175 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.31 |
| HSL | 244.91º | 0.46% | 0.47% | - |
| HSV(B) | 244.91º | 0.63% | 0.69% | - |
| XYZ | 12.45 | 8.33 | 41.51 | - |
| YUV | 80.23 | 181.48 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 175 | 0.58 | 0.63 | 0 | 0.31 | 244.91 | 0.46 | 0.47 |
| Hex | 4A | 41 | AF | 3A | 3F | 0 | 1F | F5 | 2E | 2F |
| Octal | 112 | 101 | 257 | 72 | 77 | 0 | 37 | 365 | 56 | 57 |
| Binary | 1001010 | 1000001 | 10101111 | 111010 | 111111 | 0 | 11111 | 11110101 | 101110 | 101111 |
Color Harmonies of #4A41AF
Complementary color
Monochromatic Colors of #4A41AF
Black with #4A41AF
Text Example
Text Example
White with #4A41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A41AF; }
p { color: rgb(74,65,175); }
H1.HeaderClassName
{
color: #4A41AF;
}
.AnyTagClassName
{
color: #4A41AF;
}
</style>
background-color css
<style>
a { background-color: #4A41AF; }
a { background-color: rgb(74,65,175); }
div.DivClassName
{
background-color: #4A41AF;
}
.BgClassName
{
background-color: #4A41AF;
}
</style>
border-color css
<style>
span { border-color: #4A41AF; }
span { border-color: rgb(74,65,175); }
td.TdClassName
{
border-color: #4A41AF;
}
.TagClassName
{
border-color: #4A41AF;
}
</style>