Shades of Rich Blue #4D3DB4
Tints of Rich Blue #4D3DB4
RGB
CMYK
RGB Variations
Color information
#4D3DB4 (or 0x4D3DB4) is known color: Rich Blue. HEX triplet: 4D, 3D and B4. RGB value is (77,61,180). Sum of RGB (Red+Green+Blue) = 77+61+180=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 61 (24.22% from 255 or 19.18% from 318); Blue value is 180 (70.70% from 255 or 56.60% from 318); Max value from RGB is 180 - color contains mainly: blue. Hex color #4D3DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DB4 is #B2C24B. Grayscale: #4E4E4E. Windows color (decimal): -11715148 or 11812173. OLE color: 11812173.
HSL color Cylindrical-coordinate representation of color #4D3DB4: hue angle of 248.07º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3DB4 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 61 | 180 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.29 |
| HSL | 248.07º | 0.49% | 0.47% | - |
| HSV(B) | 248.07º | 0.66% | 0.71% | - |
| XYZ | 12.97 | 8.21 | 44.08 | - |
| YUV | 79.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 61 | 180 | 0.57 | 0.66 | 0 | 0.29 | 248.07 | 0.49 | 0.47 |
| Hex | 4D | 3D | B4 | 39 | 42 | 0 | 1D | F8 | 31 | 2F |
| Octal | 115 | 75 | 264 | 71 | 102 | 0 | 35 | 370 | 61 | 57 |
| Binary | 1001101 | 111101 | 10110100 | 111001 | 1000010 | 0 | 11101 | 11111000 | 110001 | 101111 |
Color Harmonies of #4D3DB4
Complementary color
Monochromatic Colors of #4D3DB4
Black with #4D3DB4
Text Example
Text Example
White with #4D3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3DB4; }
p { color: rgb(77,61,180); }
H1.HeaderClassName
{
color: #4D3DB4;
}
.AnyTagClassName
{
color: #4D3DB4;
}
</style>
background-color css
<style>
a { background-color: #4D3DB4; }
a { background-color: rgb(77,61,180); }
div.DivClassName
{
background-color: #4D3DB4;
}
.BgClassName
{
background-color: #4D3DB4;
}
</style>
border-color css
<style>
span { border-color: #4D3DB4; }
span { border-color: rgb(77,61,180); }
td.TdClassName
{
border-color: #4D3DB4;
}
.TagClassName
{
border-color: #4D3DB4;
}
</style>