Shades of Rich Blue #4D41BD
Tints of Rich Blue #4D41BD
RGB
CMYK
RGB Variations
Color information
#4D41BD (or 0x4D41BD) is known color: Rich Blue. HEX triplet: 4D, 41 and BD. RGB value is (77,65,189). Sum of RGB (Red+Green+Blue) = 77+65+189=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #4D41BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D41BD is #B2BE42. Grayscale: #525252. Windows color (decimal): -11714115 or 12403021. OLE color: 12403021.
HSL color Cylindrical-coordinate representation of color #4D41BD: hue angle of 245.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D41BD is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 65 | 189 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.26 |
| HSL | 245.81º | 0.49% | 0.5% | - |
| HSV(B) | 245.81º | 0.66% | 0.74% | - |
| XYZ | 14.14 | 9.03 | 49.14 | - |
| YUV | 82.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 189 | 0.59 | 0.66 | 0 | 0.26 | 245.81 | 0.49 | 0.5 |
| Hex | 4D | 41 | BD | 3B | 42 | 0 | 1A | F6 | 31 | 32 |
| Octal | 115 | 101 | 275 | 73 | 102 | 0 | 32 | 366 | 61 | 62 |
| Binary | 1001101 | 1000001 | 10111101 | 111011 | 1000010 | 0 | 11010 | 11110110 | 110001 | 110010 |
Color Harmonies of #4D41BD
Complementary color
Monochromatic Colors of #4D41BD
Black with #4D41BD
Text Example
Text Example
White with #4D41BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41BD; }
p { color: rgb(77,65,189); }
H1.HeaderClassName
{
color: #4D41BD;
}
.AnyTagClassName
{
color: #4D41BD;
}
</style>
background-color css
<style>
a { background-color: #4D41BD; }
a { background-color: rgb(77,65,189); }
div.DivClassName
{
background-color: #4D41BD;
}
.BgClassName
{
background-color: #4D41BD;
}
</style>
border-color css
<style>
span { border-color: #4D41BD; }
span { border-color: rgb(77,65,189); }
td.TdClassName
{
border-color: #4D41BD;
}
.TagClassName
{
border-color: #4D41BD;
}
</style>