Shades of Rich Blue #4D42B3
Tints of Rich Blue #4D42B3
RGB
CMYK
RGB Variations
Color information
#4D42B3 (or 0x4D42B3) is known color: Rich Blue. HEX triplet: 4D, 42 and B3. RGB value is (77,66,179). Sum of RGB (Red+Green+Blue) = 77+66+179=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D42B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42B3 is #B2BD4C. Grayscale: #515151. Windows color (decimal): -11713869 or 11747917. OLE color: 11747917.
HSL color Cylindrical-coordinate representation of color #4D42B3: hue angle of 245.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D42B3 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 66 | 179 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.30 |
| HSL | 245.84º | 0.46% | 0.48% | - |
| HSV(B) | 245.84º | 0.63% | 0.7% | - |
| XYZ | 13.15 | 8.73 | 43.64 | - |
| YUV | 82.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 179 | 0.57 | 0.63 | 0 | 0.30 | 245.84 | 0.46 | 0.48 |
| Hex | 4D | 42 | B3 | 39 | 3F | 0 | 1E | F6 | 2E | 30 |
| Octal | 115 | 102 | 263 | 71 | 77 | 0 | 36 | 366 | 56 | 60 |
| Binary | 1001101 | 1000010 | 10110011 | 111001 | 111111 | 0 | 11110 | 11110110 | 101110 | 110000 |
Color Harmonies of #4D42B3
Complementary color
Monochromatic Colors of #4D42B3
Black with #4D42B3
Text Example
Text Example
White with #4D42B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42B3; }
p { color: rgb(77,66,179); }
H1.HeaderClassName
{
color: #4D42B3;
}
.AnyTagClassName
{
color: #4D42B3;
}
</style>
background-color css
<style>
a { background-color: #4D42B3; }
a { background-color: rgb(77,66,179); }
div.DivClassName
{
background-color: #4D42B3;
}
.BgClassName
{
background-color: #4D42B3;
}
</style>
border-color css
<style>
span { border-color: #4D42B3; }
span { border-color: rgb(77,66,179); }
td.TdClassName
{
border-color: #4D42B3;
}
.TagClassName
{
border-color: #4D42B3;
}
</style>