Shades of Rich Blue #4753AF
Tints of Rich Blue #4753AF
RGB
CMYK
RGB Variations
Color information
#4753AF (or 0x4753AF) is known color: Rich Blue. HEX triplet: 47, 53 and AF. RGB value is (71,83,175). Sum of RGB (Red+Green+Blue) = 71+83+175=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #4753AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4753AF is #B8AC50. Grayscale: #595959. Windows color (decimal): -12102737 or 11490119. OLE color: 11490119.
HSL color Cylindrical-coordinate representation of color #4753AF: hue angle of 233.08º 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 #4753AF is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 83 | 175 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.31 |
| HSL | 233.08º | 0.42% | 0.48% | - |
| HSV(B) | 233.08º | 0.59% | 0.69% | - |
| XYZ | 13.43 | 10.62 | 41.9 | - |
| YUV | 89.9 | 176.02 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 175 | 0.59 | 0.53 | 0 | 0.31 | 233.08 | 0.42 | 0.48 |
| Hex | 47 | 53 | AF | 3B | 35 | 0 | 1F | E9 | 2A | 30 |
| Octal | 107 | 123 | 257 | 73 | 65 | 0 | 37 | 351 | 52 | 60 |
| Binary | 1000111 | 1010011 | 10101111 | 111011 | 110101 | 0 | 11111 | 11101001 | 101010 | 110000 |
Color Harmonies of #4753AF
Complementary color
Monochromatic Colors of #4753AF
Black with #4753AF
Text Example
Text Example
White with #4753AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4753AF; }
p { color: rgb(71,83,175); }
H1.HeaderClassName
{
color: #4753AF;
}
.AnyTagClassName
{
color: #4753AF;
}
</style>
background-color css
<style>
a { background-color: #4753AF; }
a { background-color: rgb(71,83,175); }
div.DivClassName
{
background-color: #4753AF;
}
.BgClassName
{
background-color: #4753AF;
}
</style>
border-color css
<style>
span { border-color: #4753AF; }
span { border-color: rgb(71,83,175); }
td.TdClassName
{
border-color: #4753AF;
}
.TagClassName
{
border-color: #4753AF;
}
</style>