Shades of Rich Blue #4749AF
Tints of Rich Blue #4749AF
RGB
CMYK
RGB Variations
Color information
#4749AF (or 0x4749AF) is known color: Rich Blue. HEX triplet: 47, 49 and AF. RGB value is (71,73,175). Sum of RGB (Red+Green+Blue) = 71+73+175=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #4749AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4749AF is #B8B650. Grayscale: #535353. Windows color (decimal): -12105297 or 11487559. OLE color: 11487559.
HSL color Cylindrical-coordinate representation of color #4749AF: hue angle of 238.85º 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 #4749AF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 73 | 175 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.31 |
| HSL | 238.85º | 0.42% | 0.48% | - |
| HSV(B) | 238.85º | 0.59% | 0.69% | - |
| XYZ | 12.72 | 9.2 | 41.66 | - |
| YUV | 84.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 175 | 0.59 | 0.58 | 0 | 0.31 | 238.85 | 0.42 | 0.48 |
| Hex | 47 | 49 | AF | 3B | 3A | 0 | 1F | EF | 2A | 30 |
| Octal | 107 | 111 | 257 | 73 | 72 | 0 | 37 | 357 | 52 | 60 |
| Binary | 1000111 | 1001001 | 10101111 | 111011 | 111010 | 0 | 11111 | 11101111 | 101010 | 110000 |
Color Harmonies of #4749AF
Complementary color
Monochromatic Colors of #4749AF
Black with #4749AF
Text Example
Text Example
White with #4749AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4749AF; }
p { color: rgb(71,73,175); }
H1.HeaderClassName
{
color: #4749AF;
}
.AnyTagClassName
{
color: #4749AF;
}
</style>
background-color css
<style>
a { background-color: #4749AF; }
a { background-color: rgb(71,73,175); }
div.DivClassName
{
background-color: #4749AF;
}
.BgClassName
{
background-color: #4749AF;
}
</style>
border-color css
<style>
span { border-color: #4749AF; }
span { border-color: rgb(71,73,175); }
td.TdClassName
{
border-color: #4749AF;
}
.TagClassName
{
border-color: #4749AF;
}
</style>