Shades of Rich Blue #4841AF
Tints of Rich Blue #4841AF
RGB
CMYK
RGB Variations
Color information
#4841AF (or 0x4841AF) is known color: Rich Blue. HEX triplet: 48, 41 and AF. RGB value is (72,65,175). Sum of RGB (Red+Green+Blue) = 72+65+175=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #4841AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4841AF is #B7BE50. Grayscale: #4F4F4F. Windows color (decimal): -12041809 or 11485512. OLE color: 11485512.
HSL color Cylindrical-coordinate representation of color #4841AF: hue angle of 243.82º 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 #4841AF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 65 | 175 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.31 |
| HSL | 243.82º | 0.46% | 0.47% | - |
| HSV(B) | 243.82º | 0.63% | 0.69% | - |
| XYZ | 12.3 | 8.25 | 41.5 | - |
| YUV | 79.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 65 | 175 | 0.59 | 0.63 | 0 | 0.31 | 243.82 | 0.46 | 0.47 |
| Hex | 48 | 41 | AF | 3B | 3F | 0 | 1F | F4 | 2E | 2F |
| Octal | 110 | 101 | 257 | 73 | 77 | 0 | 37 | 364 | 56 | 57 |
| Binary | 1001000 | 1000001 | 10101111 | 111011 | 111111 | 0 | 11111 | 11110100 | 101110 | 101111 |
Color Harmonies of #4841AF
Complementary color
Monochromatic Colors of #4841AF
Black with #4841AF
Text Example
Text Example
White with #4841AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4841AF; }
p { color: rgb(72,65,175); }
H1.HeaderClassName
{
color: #4841AF;
}
.AnyTagClassName
{
color: #4841AF;
}
</style>
background-color css
<style>
a { background-color: #4841AF; }
a { background-color: rgb(72,65,175); }
div.DivClassName
{
background-color: #4841AF;
}
.BgClassName
{
background-color: #4841AF;
}
</style>
border-color css
<style>
span { border-color: #4841AF; }
span { border-color: rgb(72,65,175); }
td.TdClassName
{
border-color: #4841AF;
}
.TagClassName
{
border-color: #4841AF;
}
</style>