Shades of Rich Blue #4D4FB0
Tints of Rich Blue #4D4FB0
RGB
CMYK
RGB Variations
Color information
#4D4FB0 (or 0x4D4FB0) is known color: Rich Blue. HEX triplet: 4D, 4F and B0. RGB value is (77,79,176). Sum of RGB (Red+Green+Blue) = 77+79+176=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #4D4FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4FB0 is #B2B04F. Grayscale: #595959. Windows color (decimal): -11710544 or 11554637. OLE color: 11554637.
HSL color Cylindrical-coordinate representation of color #4D4FB0: hue angle of 238.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D4FB0 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 79 | 176 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.31 |
| HSL | 238.79º | 0.39% | 0.5% | - |
| HSV(B) | 238.79º | 0.56% | 0.69% | - |
| XYZ | 13.69 | 10.3 | 42.34 | - |
| YUV | 89.46 | 176.84 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 176 | 0.56 | 0.55 | 0 | 0.31 | 238.79 | 0.39 | 0.5 |
| Hex | 4D | 4F | B0 | 38 | 37 | 0 | 1F | EF | 27 | 32 |
| Octal | 115 | 117 | 260 | 70 | 67 | 0 | 37 | 357 | 47 | 62 |
| Binary | 1001101 | 1001111 | 10110000 | 111000 | 110111 | 0 | 11111 | 11101111 | 100111 | 110010 |
Color Harmonies of #4D4FB0
Complementary color
Monochromatic Colors of #4D4FB0
Black with #4D4FB0
Text Example
Text Example
White with #4D4FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FB0; }
p { color: rgb(77,79,176); }
H1.HeaderClassName
{
color: #4D4FB0;
}
.AnyTagClassName
{
color: #4D4FB0;
}
</style>
background-color css
<style>
a { background-color: #4D4FB0; }
a { background-color: rgb(77,79,176); }
div.DivClassName
{
background-color: #4D4FB0;
}
.BgClassName
{
background-color: #4D4FB0;
}
</style>
border-color css
<style>
span { border-color: #4D4FB0; }
span { border-color: rgb(77,79,176); }
td.TdClassName
{
border-color: #4D4FB0;
}
.TagClassName
{
border-color: #4D4FB0;
}
</style>