Shades of Rich Blue #4744AF
Tints of Rich Blue #4744AF
RGB
CMYK
RGB Variations
Color information
#4744AF (or 0x4744AF) is known color: Rich Blue. HEX triplet: 47, 44 and AF. RGB value is (71,68,175). Sum of RGB (Red+Green+Blue) = 71+68+175=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 68 (26.95% from 255 or 21.66% 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 #4744AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4744AF is #B8BB50. Grayscale: #505050. Windows color (decimal): -12106577 or 11486279. OLE color: 11486279.
HSL color Cylindrical-coordinate representation of color #4744AF: hue angle of 241.68º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4744AF is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 68 | 175 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.31 |
| HSL | 241.68º | 0.44% | 0.48% | - |
| HSV(B) | 241.68º | 0.61% | 0.69% | - |
| XYZ | 12.4 | 8.57 | 41.56 | - |
| YUV | 81.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 175 | 0.59 | 0.61 | 0 | 0.31 | 241.68 | 0.44 | 0.48 |
| Hex | 47 | 44 | AF | 3B | 3D | 0 | 1F | F2 | 2C | 30 |
| Octal | 107 | 104 | 257 | 73 | 75 | 0 | 37 | 362 | 54 | 60 |
| Binary | 1000111 | 1000100 | 10101111 | 111011 | 111101 | 0 | 11111 | 11110010 | 101100 | 110000 |
Color Harmonies of #4744AF
Complementary color
Monochromatic Colors of #4744AF
Black with #4744AF
Text Example
Text Example
White with #4744AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4744AF; }
p { color: rgb(71,68,175); }
H1.HeaderClassName
{
color: #4744AF;
}
.AnyTagClassName
{
color: #4744AF;
}
</style>
background-color css
<style>
a { background-color: #4744AF; }
a { background-color: rgb(71,68,175); }
div.DivClassName
{
background-color: #4744AF;
}
.BgClassName
{
background-color: #4744AF;
}
</style>
border-color css
<style>
span { border-color: #4744AF; }
span { border-color: rgb(71,68,175); }
td.TdClassName
{
border-color: #4744AF;
}
.TagClassName
{
border-color: #4744AF;
}
</style>