Shades of Rich Blue #4741AF
Tints of Rich Blue #4741AF
RGB
CMYK
RGB Variations
Color information
#4741AF (or 0x4741AF) is known color: Rich Blue. HEX triplet: 47, 41 and AF. RGB value is (71,65,175). Sum of RGB (Red+Green+Blue) = 71+65+175=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #4741AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4741AF is #B8BE50. Grayscale: #4E4E4E. Windows color (decimal): -12107345 or 11485511. OLE color: 11485511.
HSL color Cylindrical-coordinate representation of color #4741AF: hue angle of 243.27º 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 #4741AF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 65 | 175 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.31 |
| HSL | 243.27º | 0.46% | 0.47% | - |
| HSV(B) | 243.27º | 0.63% | 0.69% | - |
| XYZ | 12.23 | 8.22 | 41.5 | - |
| YUV | 79.33 | 181.99 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 65 | 175 | 0.59 | 0.63 | 0 | 0.31 | 243.27 | 0.46 | 0.47 |
| Hex | 47 | 41 | AF | 3B | 3F | 0 | 1F | F3 | 2E | 2F |
| Octal | 107 | 101 | 257 | 73 | 77 | 0 | 37 | 363 | 56 | 57 |
| Binary | 1000111 | 1000001 | 10101111 | 111011 | 111111 | 0 | 11111 | 11110011 | 101110 | 101111 |
Color Harmonies of #4741AF
Complementary color
Monochromatic Colors of #4741AF
Black with #4741AF
Text Example
Text Example
White with #4741AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4741AF; }
p { color: rgb(71,65,175); }
H1.HeaderClassName
{
color: #4741AF;
}
.AnyTagClassName
{
color: #4741AF;
}
</style>
background-color css
<style>
a { background-color: #4741AF; }
a { background-color: rgb(71,65,175); }
div.DivClassName
{
background-color: #4741AF;
}
.BgClassName
{
background-color: #4741AF;
}
</style>
border-color css
<style>
span { border-color: #4741AF; }
span { border-color: rgb(71,65,175); }
td.TdClassName
{
border-color: #4741AF;
}
.TagClassName
{
border-color: #4741AF;
}
</style>