Shades of Rich Blue #4B59B2
Tints of Rich Blue #4B59B2
RGB
CMYK
RGB Variations
Color information
#4B59B2 (or 0x4B59B2) is known color: Rich Blue. HEX triplet: 4B, 59 and B2. RGB value is (75,89,178). Sum of RGB (Red+Green+Blue) = 75+89+178=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 178 (69.92% from 255 or 52.05% from 342); Max value from RGB is 178 - color contains mainly: blue. Hex color #4B59B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B59B2 is #B4A64D. Grayscale: #5E5E5E. Windows color (decimal): -11839054 or 11688267. OLE color: 11688267.
HSL color Cylindrical-coordinate representation of color #4B59B2: hue angle of 231.84º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B59B2 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 75 | 89 | 178 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.30 |
| HSL | 231.84º | 0.41% | 0.5% | - |
| HSV(B) | 231.84º | 0.58% | 0.7% | - |
| XYZ | 14.51 | 11.85 | 43.64 | - |
| YUV | 94.96 | 174.86 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 178 | 0.58 | 0.5 | 0 | 0.30 | 231.84 | 0.41 | 0.5 |
| Hex | 4B | 59 | B2 | 3A | 32 | 0 | 1E | E8 | 29 | 32 |
| Octal | 113 | 131 | 262 | 72 | 62 | 0 | 36 | 350 | 51 | 62 |
| Binary | 1001011 | 1011001 | 10110010 | 111010 | 110010 | 0 | 11110 | 11101000 | 101001 | 110010 |
Color Harmonies of #4B59B2
Complementary color
Monochromatic Colors of #4B59B2
Black with #4B59B2
Text Example
Text Example
White with #4B59B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B59B2; }
p { color: rgb(75,89,178); }
H1.HeaderClassName
{
color: #4B59B2;
}
.AnyTagClassName
{
color: #4B59B2;
}
</style>
background-color css
<style>
a { background-color: #4B59B2; }
a { background-color: rgb(75,89,178); }
div.DivClassName
{
background-color: #4B59B2;
}
.BgClassName
{
background-color: #4B59B2;
}
</style>
border-color css
<style>
span { border-color: #4B59B2; }
span { border-color: rgb(75,89,178); }
td.TdClassName
{
border-color: #4B59B2;
}
.TagClassName
{
border-color: #4B59B2;
}
</style>