Shades of Rich Blue #4B5AAF
Tints of Rich Blue #4B5AAF
RGB
CMYK
RGB Variations
Color information
#4B5AAF (or 0x4B5AAF) is known color: Rich Blue. HEX triplet: 4B, 5A and AF. RGB value is (75,90,175). Sum of RGB (Red+Green+Blue) = 75+90+175=340 (45% of max value = 765). Red value is 75 (29.69% from 255 or 22.06% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #4B5AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5AAF is #B4A550. Grayscale: #5E5E5E. Windows color (decimal): -11838801 or 11491915. OLE color: 11491915.
HSL color Cylindrical-coordinate representation of color #4B5AAF: hue angle of 231º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B5AAF is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 90 | 175 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.31 |
| HSL | 231º | 0.4% | 0.49% | - |
| HSV(B) | 231º | 0.57% | 0.69% | - |
| XYZ | 14.3 | 11.9 | 42.1 | - |
| YUV | 95.21 | 173.03 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 90 | 175 | 0.57 | 0.49 | 0 | 0.31 | 231 | 0.4 | 0.49 |
| Hex | 4B | 5A | AF | 39 | 31 | 0 | 1F | E7 | 28 | 31 |
| Octal | 113 | 132 | 257 | 71 | 61 | 0 | 37 | 347 | 50 | 61 |
| Binary | 1001011 | 1011010 | 10101111 | 111001 | 110001 | 0 | 11111 | 11100111 | 101000 | 110001 |
Color Harmonies of #4B5AAF
Complementary color
Monochromatic Colors of #4B5AAF
Black with #4B5AAF
Text Example
Text Example
White with #4B5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5AAF; }
p { color: rgb(75,90,175); }
H1.HeaderClassName
{
color: #4B5AAF;
}
.AnyTagClassName
{
color: #4B5AAF;
}
</style>
background-color css
<style>
a { background-color: #4B5AAF; }
a { background-color: rgb(75,90,175); }
div.DivClassName
{
background-color: #4B5AAF;
}
.BgClassName
{
background-color: #4B5AAF;
}
</style>
border-color css
<style>
span { border-color: #4B5AAF; }
span { border-color: rgb(75,90,175); }
td.TdClassName
{
border-color: #4B5AAF;
}
.TagClassName
{
border-color: #4B5AAF;
}
</style>