Shades of Rich Blue #4D3CB8
Tints of Rich Blue #4D3CB8
RGB
CMYK
RGB Variations
Color information
#4D3CB8 (or 0x4D3CB8) is known color: Rich Blue. HEX triplet: 4D, 3C and B8. RGB value is (77,60,184). Sum of RGB (Red+Green+Blue) = 77+60+184=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 184 (72.27% from 255 or 57.32% from 321); Max value from RGB is 184 - color contains mainly: blue. Hex color #4D3CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CB8 is #B2C347. Grayscale: #4E4E4E. Windows color (decimal): -11715400 or 12074061. OLE color: 12074061.
HSL color Cylindrical-coordinate representation of color #4D3CB8: hue angle of 248.23º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3CB8 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 60 | 184 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.28 |
| HSL | 248.23º | 0.51% | 0.48% | - |
| HSV(B) | 248.23º | 0.67% | 0.72% | - |
| XYZ | 13.33 | 8.27 | 46.24 | - |
| YUV | 79.22 | 187.13 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 184 | 0.58 | 0.67 | 0 | 0.28 | 248.23 | 0.51 | 0.48 |
| Hex | 4D | 3C | B8 | 3A | 43 | 0 | 1C | F8 | 33 | 30 |
| Octal | 115 | 74 | 270 | 72 | 103 | 0 | 34 | 370 | 63 | 60 |
| Binary | 1001101 | 111100 | 10111000 | 111010 | 1000011 | 0 | 11100 | 11111000 | 110011 | 110000 |
Color Harmonies of #4D3CB8
Complementary color
Monochromatic Colors of #4D3CB8
Black with #4D3CB8
Text Example
Text Example
White with #4D3CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CB8; }
p { color: rgb(77,60,184); }
H1.HeaderClassName
{
color: #4D3CB8;
}
.AnyTagClassName
{
color: #4D3CB8;
}
</style>
background-color css
<style>
a { background-color: #4D3CB8; }
a { background-color: rgb(77,60,184); }
div.DivClassName
{
background-color: #4D3CB8;
}
.BgClassName
{
background-color: #4D3CB8;
}
</style>
border-color css
<style>
span { border-color: #4D3CB8; }
span { border-color: rgb(77,60,184); }
td.TdClassName
{
border-color: #4D3CB8;
}
.TagClassName
{
border-color: #4D3CB8;
}
</style>