Shades of Rich Blue #4D5AAB
Tints of Rich Blue #4D5AAB
RGB
CMYK
RGB Variations
Color information
#4D5AAB (or 0x4D5AAB) is known color: Rich Blue. HEX triplet: 4D, 5A and AB. RGB value is (77,90,171). Sum of RGB (Red+Green+Blue) = 77+90+171=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5AAB is #B2A554. Grayscale: #5F5F5F. Windows color (decimal): -11707733 or 11229773. OLE color: 11229773.
HSL color Cylindrical-coordinate representation of color #4D5AAB: hue angle of 231.7º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D5AAB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 90 | 171 | - |
| CMYK | 0.55 | 0.47 | 0 | 0.33 |
| HSL | 231.7º | 0.38% | 0.49% | - |
| HSV(B) | 231.7º | 0.55% | 0.67% | - |
| XYZ | 14.07 | 11.83 | 40.07 | - |
| YUV | 95.35 | 170.69 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 90 | 171 | 0.55 | 0.47 | 0 | 0.33 | 231.7 | 0.38 | 0.49 |
| Hex | 4D | 5A | AB | 37 | 2F | 0 | 21 | E8 | 26 | 31 |
| Octal | 115 | 132 | 253 | 67 | 57 | 0 | 41 | 350 | 46 | 61 |
| Binary | 1001101 | 1011010 | 10101011 | 110111 | 101111 | 0 | 100001 | 11101000 | 100110 | 110001 |
Color Harmonies of #4D5AAB
Complementary color
Monochromatic Colors of #4D5AAB
Black with #4D5AAB
Text Example
Text Example
White with #4D5AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5AAB; }
p { color: rgb(77,90,171); }
H1.HeaderClassName
{
color: #4D5AAB;
}
.AnyTagClassName
{
color: #4D5AAB;
}
</style>
background-color css
<style>
a { background-color: #4D5AAB; }
a { background-color: rgb(77,90,171); }
div.DivClassName
{
background-color: #4D5AAB;
}
.BgClassName
{
background-color: #4D5AAB;
}
</style>
border-color css
<style>
span { border-color: #4D5AAB; }
span { border-color: rgb(77,90,171); }
td.TdClassName
{
border-color: #4D5AAB;
}
.TagClassName
{
border-color: #4D5AAB;
}
</style>