Shades of Rich Blue #4B44BA
Tints of Rich Blue #4B44BA
RGB
CMYK
RGB Variations
Color information
#4B44BA (or 0x4B44BA) is known color: Rich Blue. HEX triplet: 4B, 44 and BA. RGB value is (75,68,186). Sum of RGB (Red+Green+Blue) = 75+68+186=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #4B44BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B44BA is #B4BB45. Grayscale: #535353. Windows color (decimal): -11844422 or 12207179. OLE color: 12207179.
HSL color Cylindrical-coordinate representation of color #4B44BA: hue angle of 243.56º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B44BA is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 68 | 186 | - |
| CMYK | 0.60 | 0.63 | 0 | 0.27 |
| HSL | 243.56º | 0.46% | 0.5% | - |
| HSV(B) | 243.56º | 0.63% | 0.73% | - |
| XYZ | 13.83 | 9.18 | 47.5 | - |
| YUV | 83.55 | 185.82 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 186 | 0.60 | 0.63 | 0 | 0.27 | 243.56 | 0.46 | 0.5 |
| Hex | 4B | 44 | BA | 3C | 3F | 0 | 1B | F4 | 2E | 32 |
| Octal | 113 | 104 | 272 | 74 | 77 | 0 | 33 | 364 | 56 | 62 |
| Binary | 1001011 | 1000100 | 10111010 | 111100 | 111111 | 0 | 11011 | 11110100 | 101110 | 110010 |
Color Harmonies of #4B44BA
Complementary color
Monochromatic Colors of #4B44BA
Black with #4B44BA
Text Example
Text Example
White with #4B44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B44BA; }
p { color: rgb(75,68,186); }
H1.HeaderClassName
{
color: #4B44BA;
}
.AnyTagClassName
{
color: #4B44BA;
}
</style>
background-color css
<style>
a { background-color: #4B44BA; }
a { background-color: rgb(75,68,186); }
div.DivClassName
{
background-color: #4B44BA;
}
.BgClassName
{
background-color: #4B44BA;
}
</style>
border-color css
<style>
span { border-color: #4B44BA; }
span { border-color: rgb(75,68,186); }
td.TdClassName
{
border-color: #4B44BA;
}
.TagClassName
{
border-color: #4B44BA;
}
</style>