Shades of Royal Blue #4B7FDD
Tints of Royal Blue #4B7FDD
RGB
CMYK
RGB Variations
Color information
#4B7FDD (or 0x4B7FDD) is known color: Royal Blue. HEX triplet: 4B, 7F and DD. RGB value is (75,127,221). Sum of RGB (Red+Green+Blue) = 75+127+221=423 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.73% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B7FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7FDD is #B48022. Grayscale: #797979. Windows color (decimal): -11829283 or 14516043. OLE color: 14516043.
HSL color Cylindrical-coordinate representation of color #4B7FDD: hue angle of 218.63º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B7FDD is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 127 | 221 | - |
| CMYK | 0.66 | 0.43 | 0 | 0.13 |
| HSL | 218.63º | 0.68% | 0.58% | - |
| HSV(B) | 218.63º | 0.66% | 0.87% | - |
| XYZ | 23.54 | 21.9 | 71.39 | - |
| YUV | 122.17 | 183.77 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 127 | 221 | 0.66 | 0.43 | 0 | 0.13 | 218.63 | 0.68 | 0.58 |
| Hex | 4B | 7F | DD | 42 | 2B | 0 | D | DB | 44 | 3A |
| Octal | 113 | 177 | 335 | 102 | 53 | 0 | 15 | 333 | 104 | 72 |
| Binary | 1001011 | 1111111 | 11011101 | 1000010 | 101011 | 0 | 1101 | 11011011 | 1000100 | 111010 |
Color Harmonies of #4B7FDD
Complementary color
Monochromatic Colors of #4B7FDD
Black with #4B7FDD
Text Example
Text Example
White with #4B7FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7FDD; }
p { color: rgb(75,127,221); }
H1.HeaderClassName
{
color: #4B7FDD;
}
.AnyTagClassName
{
color: #4B7FDD;
}
</style>
background-color css
<style>
a { background-color: #4B7FDD; }
a { background-color: rgb(75,127,221); }
div.DivClassName
{
background-color: #4B7FDD;
}
.BgClassName
{
background-color: #4B7FDD;
}
</style>
border-color css
<style>
span { border-color: #4B7FDD; }
span { border-color: rgb(75,127,221); }
td.TdClassName
{
border-color: #4B7FDD;
}
.TagClassName
{
border-color: #4B7FDD;
}
</style>