Shades of Rich Blue #4D54AA
Tints of Rich Blue #4D54AA
RGB
CMYK
RGB Variations
Color information
#4D54AA (or 0x4D54AA) is known color: Rich Blue. HEX triplet: 4D, 54 and AA. RGB value is (77,84,170). Sum of RGB (Red+Green+Blue) = 77+84+170=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D54AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D54AA is #B2AB55. Grayscale: #5B5B5B. Windows color (decimal): -11709270 or 11162701. OLE color: 11162701.
HSL color Cylindrical-coordinate representation of color #4D54AA: hue angle of 235.48º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D54AA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 84 | 170 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.33 |
| HSL | 235.48º | 0.38% | 0.48% | - |
| HSV(B) | 235.48º | 0.55% | 0.67% | - |
| XYZ | 13.49 | 10.82 | 39.41 | - |
| YUV | 91.71 | 172.18 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 170 | 0.55 | 0.51 | 0 | 0.33 | 235.48 | 0.38 | 0.48 |
| Hex | 4D | 54 | AA | 37 | 33 | 0 | 21 | EB | 26 | 30 |
| Octal | 115 | 124 | 252 | 67 | 63 | 0 | 41 | 353 | 46 | 60 |
| Binary | 1001101 | 1010100 | 10101010 | 110111 | 110011 | 0 | 100001 | 11101011 | 100110 | 110000 |
Color Harmonies of #4D54AA
Complementary color
Monochromatic Colors of #4D54AA
Black with #4D54AA
Text Example
Text Example
White with #4D54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54AA; }
p { color: rgb(77,84,170); }
H1.HeaderClassName
{
color: #4D54AA;
}
.AnyTagClassName
{
color: #4D54AA;
}
</style>
background-color css
<style>
a { background-color: #4D54AA; }
a { background-color: rgb(77,84,170); }
div.DivClassName
{
background-color: #4D54AA;
}
.BgClassName
{
background-color: #4D54AA;
}
</style>
border-color css
<style>
span { border-color: #4D54AA; }
span { border-color: rgb(77,84,170); }
td.TdClassName
{
border-color: #4D54AA;
}
.TagClassName
{
border-color: #4D54AA;
}
</style>