Shades of Rich Blue #4B4DAC
Tints of Rich Blue #4B4DAC
RGB
CMYK
RGB Variations
Color information
#4B4DAC (or 0x4B4DAC) is known color: Rich Blue. HEX triplet: 4B, 4D and AC. RGB value is (75,77,172). Sum of RGB (Red+Green+Blue) = 75+77+172=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #4B4DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4DAC is #B4B253. Grayscale: #565656. Windows color (decimal): -11842132 or 11291979. OLE color: 11291979.
HSL color Cylindrical-coordinate representation of color #4B4DAC: hue angle of 238.76º 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 #4B4DAC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 77 | 172 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.33 |
| HSL | 238.76º | 0.39% | 0.48% | - |
| HSV(B) | 238.76º | 0.56% | 0.67% | - |
| XYZ | 13 | 9.78 | 40.23 | - |
| YUV | 87.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 172 | 0.56 | 0.55 | 0 | 0.33 | 238.76 | 0.39 | 0.48 |
| Hex | 4B | 4D | AC | 38 | 37 | 0 | 21 | EF | 27 | 30 |
| Octal | 113 | 115 | 254 | 70 | 67 | 0 | 41 | 357 | 47 | 60 |
| Binary | 1001011 | 1001101 | 10101100 | 111000 | 110111 | 0 | 100001 | 11101111 | 100111 | 110000 |
Color Harmonies of #4B4DAC
Complementary color
Monochromatic Colors of #4B4DAC
Black with #4B4DAC
Text Example
Text Example
White with #4B4DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4DAC; }
p { color: rgb(75,77,172); }
H1.HeaderClassName
{
color: #4B4DAC;
}
.AnyTagClassName
{
color: #4B4DAC;
}
</style>
background-color css
<style>
a { background-color: #4B4DAC; }
a { background-color: rgb(75,77,172); }
div.DivClassName
{
background-color: #4B4DAC;
}
.BgClassName
{
background-color: #4B4DAC;
}
</style>
border-color css
<style>
span { border-color: #4B4DAC; }
span { border-color: rgb(75,77,172); }
td.TdClassName
{
border-color: #4B4DAC;
}
.TagClassName
{
border-color: #4B4DAC;
}
</style>