Shades of Rich Blue #4D54AF
Tints of Rich Blue #4D54AF
RGB
CMYK
RGB Variations
Color information
#4D54AF (or 0x4D54AF) is known color: Rich Blue. HEX triplet: 4D, 54 and AF. RGB value is (77,84,175). Sum of RGB (Red+Green+Blue) = 77+84+175=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D54AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D54AF is #B2AB50. Grayscale: #5B5B5B. Windows color (decimal): -11709265 or 11490381. OLE color: 11490381.
HSL color Cylindrical-coordinate representation of color #4D54AF: hue angle of 235.71º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D54AF is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 84 | 175 | - |
| CMYK | 0.56 | 0.52 | 0 | 0.31 |
| HSL | 235.71º | 0.39% | 0.49% | - |
| HSV(B) | 235.71º | 0.56% | 0.69% | - |
| XYZ | 13.97 | 11.01 | 41.95 | - |
| YUV | 92.28 | 174.68 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 175 | 0.56 | 0.52 | 0 | 0.31 | 235.71 | 0.39 | 0.49 |
| Hex | 4D | 54 | AF | 38 | 34 | 0 | 1F | EC | 27 | 31 |
| Octal | 115 | 124 | 257 | 70 | 64 | 0 | 37 | 354 | 47 | 61 |
| Binary | 1001101 | 1010100 | 10101111 | 111000 | 110100 | 0 | 11111 | 11101100 | 100111 | 110001 |
Color Harmonies of #4D54AF
Complementary color
Monochromatic Colors of #4D54AF
Black with #4D54AF
Text Example
Text Example
White with #4D54AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D54AF; }
p { color: rgb(77,84,175); }
H1.HeaderClassName
{
color: #4D54AF;
}
.AnyTagClassName
{
color: #4D54AF;
}
</style>
background-color css
<style>
a { background-color: #4D54AF; }
a { background-color: rgb(77,84,175); }
div.DivClassName
{
background-color: #4D54AF;
}
.BgClassName
{
background-color: #4D54AF;
}
</style>
border-color css
<style>
span { border-color: #4D54AF; }
span { border-color: rgb(77,84,175); }
td.TdClassName
{
border-color: #4D54AF;
}
.TagClassName
{
border-color: #4D54AF;
}
</style>