Shades of Rich Blue #4752AF
Tints of Rich Blue #4752AF
RGB
CMYK
RGB Variations
Color information
#4752AF (or 0x4752AF) is known color: Rich Blue. HEX triplet: 47, 52 and AF. RGB value is (71,82,175). Sum of RGB (Red+Green+Blue) = 71+82+175=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #4752AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4752AF is #B8AD50. Grayscale: #585858. Windows color (decimal): -12102993 or 11489863. OLE color: 11489863.
HSL color Cylindrical-coordinate representation of color #4752AF: hue angle of 233.65º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4752AF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 82 | 175 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.31 |
| HSL | 233.65º | 0.42% | 0.48% | - |
| HSV(B) | 233.65º | 0.59% | 0.69% | - |
| XYZ | 13.35 | 10.47 | 41.87 | - |
| YUV | 89.31 | 176.36 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 175 | 0.59 | 0.53 | 0 | 0.31 | 233.65 | 0.42 | 0.48 |
| Hex | 47 | 52 | AF | 3B | 35 | 0 | 1F | EA | 2A | 30 |
| Octal | 107 | 122 | 257 | 73 | 65 | 0 | 37 | 352 | 52 | 60 |
| Binary | 1000111 | 1010010 | 10101111 | 111011 | 110101 | 0 | 11111 | 11101010 | 101010 | 110000 |
Color Harmonies of #4752AF
Complementary color
Monochromatic Colors of #4752AF
Black with #4752AF
Text Example
Text Example
White with #4752AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4752AF; }
p { color: rgb(71,82,175); }
H1.HeaderClassName
{
color: #4752AF;
}
.AnyTagClassName
{
color: #4752AF;
}
</style>
background-color css
<style>
a { background-color: #4752AF; }
a { background-color: rgb(71,82,175); }
div.DivClassName
{
background-color: #4752AF;
}
.BgClassName
{
background-color: #4752AF;
}
</style>
border-color css
<style>
span { border-color: #4752AF; }
span { border-color: rgb(71,82,175); }
td.TdClassName
{
border-color: #4752AF;
}
.TagClassName
{
border-color: #4752AF;
}
</style>