Shades of Rich Blue #4956AF
Tints of Rich Blue #4956AF
RGB
CMYK
RGB Variations
Color information
#4956AF (or 0x4956AF) is known color: Rich Blue. HEX triplet: 49, 56 and AF. RGB value is (73,86,175). Sum of RGB (Red+Green+Blue) = 73+86+175=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #4956AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4956AF is #B6A950. Grayscale: #5B5B5B. Windows color (decimal): -11970897 or 11490889. OLE color: 11490889.
HSL color Cylindrical-coordinate representation of color #4956AF: hue angle of 232.35º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4956AF is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 86 | 175 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.31 |
| HSL | 232.35º | 0.41% | 0.49% | - |
| HSV(B) | 232.35º | 0.58% | 0.69% | - |
| XYZ | 13.81 | 11.17 | 41.98 | - |
| YUV | 92.26 | 174.69 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 175 | 0.58 | 0.51 | 0 | 0.31 | 232.35 | 0.41 | 0.49 |
| Hex | 49 | 56 | AF | 3A | 33 | 0 | 1F | E8 | 29 | 31 |
| Octal | 111 | 126 | 257 | 72 | 63 | 0 | 37 | 350 | 51 | 61 |
| Binary | 1001001 | 1010110 | 10101111 | 111010 | 110011 | 0 | 11111 | 11101000 | 101001 | 110001 |
Color Harmonies of #4956AF
Complementary color
Monochromatic Colors of #4956AF
Black with #4956AF
Text Example
Text Example
White with #4956AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4956AF; }
p { color: rgb(73,86,175); }
H1.HeaderClassName
{
color: #4956AF;
}
.AnyTagClassName
{
color: #4956AF;
}
</style>
background-color css
<style>
a { background-color: #4956AF; }
a { background-color: rgb(73,86,175); }
div.DivClassName
{
background-color: #4956AF;
}
.BgClassName
{
background-color: #4956AF;
}
</style>
border-color css
<style>
span { border-color: #4956AF; }
span { border-color: rgb(73,86,175); }
td.TdClassName
{
border-color: #4956AF;
}
.TagClassName
{
border-color: #4956AF;
}
</style>