Shades of Rich Blue #4740AF
Tints of Rich Blue #4740AF
RGB
CMYK
RGB Variations
Color information
#4740AF (or 0x4740AF) is known color: Rich Blue. HEX triplet: 47, 40 and AF. RGB value is (71,64,175). Sum of RGB (Red+Green+Blue) = 71+64+175=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #4740AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4740AF is #B8BF50. Grayscale: #4E4E4E. Windows color (decimal): -12107601 or 11485255. OLE color: 11485255.
HSL color Cylindrical-coordinate representation of color #4740AF: hue angle of 243.78º 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 #4740AF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 64 | 175 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.31 |
| HSL | 243.78º | 0.46% | 0.47% | - |
| HSV(B) | 243.78º | 0.63% | 0.69% | - |
| XYZ | 12.17 | 8.1 | 41.48 | - |
| YUV | 78.75 | 182.32 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 64 | 175 | 0.59 | 0.63 | 0 | 0.31 | 243.78 | 0.46 | 0.47 |
| Hex | 47 | 40 | AF | 3B | 3F | 0 | 1F | F4 | 2E | 2F |
| Octal | 107 | 100 | 257 | 73 | 77 | 0 | 37 | 364 | 56 | 57 |
| Binary | 1000111 | 1000000 | 10101111 | 111011 | 111111 | 0 | 11111 | 11110100 | 101110 | 101111 |
Color Harmonies of #4740AF
Complementary color
Monochromatic Colors of #4740AF
Black with #4740AF
Text Example
Text Example
White with #4740AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4740AF; }
p { color: rgb(71,64,175); }
H1.HeaderClassName
{
color: #4740AF;
}
.AnyTagClassName
{
color: #4740AF;
}
</style>
background-color css
<style>
a { background-color: #4740AF; }
a { background-color: rgb(71,64,175); }
div.DivClassName
{
background-color: #4740AF;
}
.BgClassName
{
background-color: #4740AF;
}
</style>
border-color css
<style>
span { border-color: #4740AF; }
span { border-color: rgb(71,64,175); }
td.TdClassName
{
border-color: #4740AF;
}
.TagClassName
{
border-color: #4740AF;
}
</style>