Shades of Rich Blue #4D43BC
Tints of Rich Blue #4D43BC
RGB
CMYK
RGB Variations
Color information
#4D43BC (or 0x4D43BC) is known color: Rich Blue. HEX triplet: 4D, 43 and BC. RGB value is (77,67,188). Sum of RGB (Red+Green+Blue) = 77+67+188=332 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.19% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D43BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43BC is #B2BC43. Grayscale: #535353. Windows color (decimal): -11713604 or 12337997. OLE color: 12337997.
HSL color Cylindrical-coordinate representation of color #4D43BC: hue angle of 244.96º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D43BC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 67 | 188 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.26 |
| HSL | 244.96º | 0.47% | 0.5% | - |
| HSV(B) | 244.96º | 0.64% | 0.74% | - |
| XYZ | 14.14 | 9.22 | 48.61 | - |
| YUV | 83.78 | 186.81 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 188 | 0.59 | 0.64 | 0 | 0.26 | 244.96 | 0.47 | 0.5 |
| Hex | 4D | 43 | BC | 3B | 40 | 0 | 1A | F5 | 2F | 32 |
| Octal | 115 | 103 | 274 | 73 | 100 | 0 | 32 | 365 | 57 | 62 |
| Binary | 1001101 | 1000011 | 10111100 | 111011 | 1000000 | 0 | 11010 | 11110101 | 101111 | 110010 |
Color Harmonies of #4D43BC
Complementary color
Monochromatic Colors of #4D43BC
Black with #4D43BC
Text Example
Text Example
White with #4D43BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43BC; }
p { color: rgb(77,67,188); }
H1.HeaderClassName
{
color: #4D43BC;
}
.AnyTagClassName
{
color: #4D43BC;
}
</style>
background-color css
<style>
a { background-color: #4D43BC; }
a { background-color: rgb(77,67,188); }
div.DivClassName
{
background-color: #4D43BC;
}
.BgClassName
{
background-color: #4D43BC;
}
</style>
border-color css
<style>
span { border-color: #4D43BC; }
span { border-color: rgb(77,67,188); }
td.TdClassName
{
border-color: #4D43BC;
}
.TagClassName
{
border-color: #4D43BC;
}
</style>