Shades of Rich Blue #4D43BA
Tints of Rich Blue #4D43BA
RGB
CMYK
RGB Variations
Color information
#4D43BA (or 0x4D43BA) is known color: Rich Blue. HEX triplet: 4D, 43 and BA. RGB value is (77,67,186). Sum of RGB (Red+Green+Blue) = 77+67+186=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D43BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43BA is #B2BC45. Grayscale: #535353. Windows color (decimal): -11713606 or 12206925. OLE color: 12206925.
HSL color Cylindrical-coordinate representation of color #4D43BA: hue angle of 245.04º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D43BA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 67 | 186 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.27 |
| HSL | 245.04º | 0.47% | 0.5% | - |
| HSV(B) | 245.04º | 0.64% | 0.73% | - |
| XYZ | 13.93 | 9.14 | 47.48 | - |
| YUV | 83.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 186 | 0.59 | 0.64 | 0 | 0.27 | 245.04 | 0.47 | 0.5 |
| Hex | 4D | 43 | BA | 3B | 40 | 0 | 1B | F5 | 2F | 32 |
| Octal | 115 | 103 | 272 | 73 | 100 | 0 | 33 | 365 | 57 | 62 |
| Binary | 1001101 | 1000011 | 10111010 | 111011 | 1000000 | 0 | 11011 | 11110101 | 101111 | 110010 |
Color Harmonies of #4D43BA
Complementary color
Monochromatic Colors of #4D43BA
Black with #4D43BA
Text Example
Text Example
White with #4D43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43BA; }
p { color: rgb(77,67,186); }
H1.HeaderClassName
{
color: #4D43BA;
}
.AnyTagClassName
{
color: #4D43BA;
}
</style>
background-color css
<style>
a { background-color: #4D43BA; }
a { background-color: rgb(77,67,186); }
div.DivClassName
{
background-color: #4D43BA;
}
.BgClassName
{
background-color: #4D43BA;
}
</style>
border-color css
<style>
span { border-color: #4D43BA; }
span { border-color: rgb(77,67,186); }
td.TdClassName
{
border-color: #4D43BA;
}
.TagClassName
{
border-color: #4D43BA;
}
</style>