Shades of Rich Blue #4B5BAC
Tints of Rich Blue #4B5BAC
RGB
CMYK
RGB Variations
Color information
#4B5BAC (or 0x4B5BAC) is known color: Rich Blue. HEX triplet: 4B, 5B and AC. RGB value is (75,91,172). Sum of RGB (Red+Green+Blue) = 75+91+172=338 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.19% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B5BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BAC is #B4A453. Grayscale: #5F5F5F. Windows color (decimal): -11838548 or 11295563. OLE color: 11295563.
HSL color Cylindrical-coordinate representation of color #4B5BAC: hue angle of 230.1º 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 #4B5BAC is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 91 | 172 | - |
| CMYK | 0.56 | 0.47 | 0 | 0.33 |
| HSL | 230.1º | 0.39% | 0.48% | - |
| HSV(B) | 230.1º | 0.56% | 0.67% | - |
| XYZ | 14.09 | 11.96 | 40.6 | - |
| YUV | 95.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 172 | 0.56 | 0.47 | 0 | 0.33 | 230.1 | 0.39 | 0.48 |
| Hex | 4B | 5B | AC | 38 | 2F | 0 | 21 | E6 | 27 | 30 |
| Octal | 113 | 133 | 254 | 70 | 57 | 0 | 41 | 346 | 47 | 60 |
| Binary | 1001011 | 1011011 | 10101100 | 111000 | 101111 | 0 | 100001 | 11100110 | 100111 | 110000 |
Color Harmonies of #4B5BAC
Complementary color
Monochromatic Colors of #4B5BAC
Black with #4B5BAC
Text Example
Text Example
White with #4B5BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5BAC; }
p { color: rgb(75,91,172); }
H1.HeaderClassName
{
color: #4B5BAC;
}
.AnyTagClassName
{
color: #4B5BAC;
}
</style>
background-color css
<style>
a { background-color: #4B5BAC; }
a { background-color: rgb(75,91,172); }
div.DivClassName
{
background-color: #4B5BAC;
}
.BgClassName
{
background-color: #4B5BAC;
}
</style>
border-color css
<style>
span { border-color: #4B5BAC; }
span { border-color: rgb(75,91,172); }
td.TdClassName
{
border-color: #4B5BAC;
}
.TagClassName
{
border-color: #4B5BAC;
}
</style>