Shades of Rich Blue #4D41AF
Tints of Rich Blue #4D41AF
RGB
CMYK
RGB Variations
Color information
#4D41AF (or 0x4D41AF) is known color: Rich Blue. HEX triplet: 4D, 41 and AF. RGB value is (77,65,175). Sum of RGB (Red+Green+Blue) = 77+65+175=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D41AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D41AF is #B2BE50. Grayscale: #505050. Windows color (decimal): -11714129 or 11485517. OLE color: 11485517.
HSL color Cylindrical-coordinate representation of color #4D41AF: hue angle of 246.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D41AF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 65 | 175 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.31 |
| HSL | 246.55º | 0.46% | 0.47% | - |
| HSV(B) | 246.55º | 0.63% | 0.69% | - |
| XYZ | 12.69 | 8.45 | 41.52 | - |
| YUV | 81.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 175 | 0.56 | 0.63 | 0 | 0.31 | 246.55 | 0.46 | 0.47 |
| Hex | 4D | 41 | AF | 38 | 3F | 0 | 1F | F7 | 2E | 2F |
| Octal | 115 | 101 | 257 | 70 | 77 | 0 | 37 | 367 | 56 | 57 |
| Binary | 1001101 | 1000001 | 10101111 | 111000 | 111111 | 0 | 11111 | 11110111 | 101110 | 101111 |
Color Harmonies of #4D41AF
Complementary color
Monochromatic Colors of #4D41AF
Black with #4D41AF
Text Example
Text Example
White with #4D41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D41AF; }
p { color: rgb(77,65,175); }
H1.HeaderClassName
{
color: #4D41AF;
}
.AnyTagClassName
{
color: #4D41AF;
}
</style>
background-color css
<style>
a { background-color: #4D41AF; }
a { background-color: rgb(77,65,175); }
div.DivClassName
{
background-color: #4D41AF;
}
.BgClassName
{
background-color: #4D41AF;
}
</style>
border-color css
<style>
span { border-color: #4D41AF; }
span { border-color: rgb(77,65,175); }
td.TdClassName
{
border-color: #4D41AF;
}
.TagClassName
{
border-color: #4D41AF;
}
</style>