Shades of Rich Blue #4B4FB0
Tints of Rich Blue #4B4FB0
RGB
CMYK
RGB Variations
Color information
#4B4FB0 (or 0x4B4FB0) is known color: Rich Blue. HEX triplet: 4B, 4F and B0. RGB value is (75,79,176). Sum of RGB (Red+Green+Blue) = 75+79+176=330 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.73% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 176 (69.14% from 255 or 53.33% from 330); Max value from RGB is 176 - color contains mainly: blue. Hex color #4B4FB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4FB0 is #B4B04F. Grayscale: #585858. Windows color (decimal): -11841616 or 11554635. OLE color: 11554635.
HSL color Cylindrical-coordinate representation of color #4B4FB0: hue angle of 237.62º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B4FB0 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 79 | 176 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.31 |
| HSL | 237.62º | 0.4% | 0.49% | - |
| HSV(B) | 237.62º | 0.57% | 0.69% | - |
| XYZ | 13.53 | 10.22 | 42.33 | - |
| YUV | 88.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 79 | 176 | 0.57 | 0.55 | 0 | 0.31 | 237.62 | 0.4 | 0.49 |
| Hex | 4B | 4F | B0 | 39 | 37 | 0 | 1F | EE | 28 | 31 |
| Octal | 113 | 117 | 260 | 71 | 67 | 0 | 37 | 356 | 50 | 61 |
| Binary | 1001011 | 1001111 | 10110000 | 111001 | 110111 | 0 | 11111 | 11101110 | 101000 | 110001 |
Color Harmonies of #4B4FB0
Complementary color
Monochromatic Colors of #4B4FB0
Black with #4B4FB0
Text Example
Text Example
White with #4B4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4FB0; }
p { color: rgb(75,79,176); }
H1.HeaderClassName
{
color: #4B4FB0;
}
.AnyTagClassName
{
color: #4B4FB0;
}
</style>
background-color css
<style>
a { background-color: #4B4FB0; }
a { background-color: rgb(75,79,176); }
div.DivClassName
{
background-color: #4B4FB0;
}
.BgClassName
{
background-color: #4B4FB0;
}
</style>
border-color css
<style>
span { border-color: #4B4FB0; }
span { border-color: rgb(75,79,176); }
td.TdClassName
{
border-color: #4B4FB0;
}
.TagClassName
{
border-color: #4B4FB0;
}
</style>