Shades of Rich Blue #4D43B1
Tints of Rich Blue #4D43B1
RGB
CMYK
RGB Variations
Color information
#4D43B1 (or 0x4D43B1) is known color: Rich Blue. HEX triplet: 4D, 43 and B1. RGB value is (77,67,177). Sum of RGB (Red+Green+Blue) = 77+67+177=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 177 (69.53% from 255 or 55.14% from 321); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D43B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D43B1 is #B2BC4E. Grayscale: #525252. Windows color (decimal): -11713615 or 11617101. OLE color: 11617101.
HSL color Cylindrical-coordinate representation of color #4D43B1: hue angle of 245.45º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D43B1 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 67 | 177 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.31 |
| HSL | 245.45º | 0.45% | 0.48% | - |
| HSV(B) | 245.45º | 0.62% | 0.69% | - |
| XYZ | 13 | 8.77 | 42.6 | - |
| YUV | 82.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 177 | 0.56 | 0.62 | 0 | 0.31 | 245.45 | 0.45 | 0.48 |
| Hex | 4D | 43 | B1 | 38 | 3E | 0 | 1F | F5 | 2D | 30 |
| Octal | 115 | 103 | 261 | 70 | 76 | 0 | 37 | 365 | 55 | 60 |
| Binary | 1001101 | 1000011 | 10110001 | 111000 | 111110 | 0 | 11111 | 11110101 | 101101 | 110000 |
Color Harmonies of #4D43B1
Complementary color
Monochromatic Colors of #4D43B1
Black with #4D43B1
Text Example
Text Example
White with #4D43B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43B1; }
p { color: rgb(77,67,177); }
H1.HeaderClassName
{
color: #4D43B1;
}
.AnyTagClassName
{
color: #4D43B1;
}
</style>
background-color css
<style>
a { background-color: #4D43B1; }
a { background-color: rgb(77,67,177); }
div.DivClassName
{
background-color: #4D43B1;
}
.BgClassName
{
background-color: #4D43B1;
}
</style>
border-color css
<style>
span { border-color: #4D43B1; }
span { border-color: rgb(77,67,177); }
td.TdClassName
{
border-color: #4D43B1;
}
.TagClassName
{
border-color: #4D43B1;
}
</style>