Shades of Royal Blue #4B7CDD
Tints of Royal Blue #4B7CDD
RGB
CMYK
RGB Variations
Color information
#4B7CDD (or 0x4B7CDD) is known color: Royal Blue. HEX triplet: 4B, 7C and DD. RGB value is (75,124,221). Sum of RGB (Red+Green+Blue) = 75+124+221=420 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.86% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B7CDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B7CDD is #B48322. Grayscale: #777777. Windows color (decimal): -11830051 or 14515275. OLE color: 14515275.
HSL color Cylindrical-coordinate representation of color #4B7CDD: hue angle of 219.86º 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 #4B7CDD is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 124 | 221 | - |
| CMYK | 0.66 | 0.44 | 0 | 0.13 |
| HSL | 219.86º | 0.68% | 0.58% | - |
| HSV(B) | 219.86º | 0.66% | 0.87% | - |
| XYZ | 23.16 | 21.13 | 71.26 | - |
| YUV | 120.41 | 184.77 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 124 | 221 | 0.66 | 0.44 | 0 | 0.13 | 219.86 | 0.68 | 0.58 |
| Hex | 4B | 7C | DD | 42 | 2C | 0 | D | DC | 44 | 3A |
| Octal | 113 | 174 | 335 | 102 | 54 | 0 | 15 | 334 | 104 | 72 |
| Binary | 1001011 | 1111100 | 11011101 | 1000010 | 101100 | 0 | 1101 | 11011100 | 1000100 | 111010 |
Color Harmonies of #4B7CDD
Complementary color
Monochromatic Colors of #4B7CDD
Black with #4B7CDD
Text Example
Text Example
White with #4B7CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B7CDD; }
p { color: rgb(75,124,221); }
H1.HeaderClassName
{
color: #4B7CDD;
}
.AnyTagClassName
{
color: #4B7CDD;
}
</style>
background-color css
<style>
a { background-color: #4B7CDD; }
a { background-color: rgb(75,124,221); }
div.DivClassName
{
background-color: #4B7CDD;
}
.BgClassName
{
background-color: #4B7CDD;
}
</style>
border-color css
<style>
span { border-color: #4B7CDD; }
span { border-color: rgb(75,124,221); }
td.TdClassName
{
border-color: #4B7CDD;
}
.TagClassName
{
border-color: #4B7CDD;
}
</style>