Shades of Rich Blue #4D4BAA
Tints of Rich Blue #4D4BAA
RGB
CMYK
RGB Variations
Color information
#4D4BAA (or 0x4D4BAA) is known color: Rich Blue. HEX triplet: 4D, 4B and AA. RGB value is (77,75,170). Sum of RGB (Red+Green+Blue) = 77+75+170=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 75 (29.69% from 255 or 23.29% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D4BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4BAA is #B2B455. Grayscale: #565656. Windows color (decimal): -11711574 or 11160397. OLE color: 11160397.
HSL color Cylindrical-coordinate representation of color #4D4BAA: hue angle of 241.26º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4BAA is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 75 | 170 | - |
| CMYK | 0.55 | 0.56 | 0 | 0.33 |
| HSL | 241.26º | 0.39% | 0.48% | - |
| HSV(B) | 241.26º | 0.56% | 0.67% | - |
| XYZ | 12.83 | 9.51 | 39.19 | - |
| YUV | 86.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 170 | 0.55 | 0.56 | 0 | 0.33 | 241.26 | 0.39 | 0.48 |
| Hex | 4D | 4B | AA | 37 | 38 | 0 | 21 | F1 | 27 | 30 |
| Octal | 115 | 113 | 252 | 67 | 70 | 0 | 41 | 361 | 47 | 60 |
| Binary | 1001101 | 1001011 | 10101010 | 110111 | 111000 | 0 | 100001 | 11110001 | 100111 | 110000 |
Color Harmonies of #4D4BAA
Complementary color
Monochromatic Colors of #4D4BAA
Black with #4D4BAA
Text Example
Text Example
White with #4D4BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BAA; }
p { color: rgb(77,75,170); }
H1.HeaderClassName
{
color: #4D4BAA;
}
.AnyTagClassName
{
color: #4D4BAA;
}
</style>
background-color css
<style>
a { background-color: #4D4BAA; }
a { background-color: rgb(77,75,170); }
div.DivClassName
{
background-color: #4D4BAA;
}
.BgClassName
{
background-color: #4D4BAA;
}
</style>
border-color css
<style>
span { border-color: #4D4BAA; }
span { border-color: rgb(77,75,170); }
td.TdClassName
{
border-color: #4D4BAA;
}
.TagClassName
{
border-color: #4D4BAA;
}
</style>