Shades of Royal Blue #4476E0
Tints of Royal Blue #4476E0
RGB
CMYK
RGB Variations
Color information
#4476E0 (or 0x4476E0) is known color: Royal Blue. HEX triplet: 44, 76 and E0. RGB value is (68,118,224). Sum of RGB (Red+Green+Blue) = 68+118+224=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #4476E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476E0 is #BB891F. Grayscale: #727272. Windows color (decimal): -12290336 or 14710340. OLE color: 14710340.
HSL color Cylindrical-coordinate representation of color #4476E0: hue angle of 220.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4476E0 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 118 | 224 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.12 |
| HSL | 220.77º | 0.72% | 0.57% | - |
| HSV(B) | 220.77º | 0.7% | 0.88% | - |
| XYZ | 22.32 | 19.57 | 73.12 | - |
| YUV | 115.13 | 189.44 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 224 | 0.70 | 0.47 | 0 | 0.12 | 220.77 | 0.72 | 0.57 |
| Hex | 44 | 76 | E0 | 46 | 2F | 0 | C | DD | 48 | 39 |
| Octal | 104 | 166 | 340 | 106 | 57 | 0 | 14 | 335 | 110 | 71 |
| Binary | 1000100 | 1110110 | 11100000 | 1000110 | 101111 | 0 | 1100 | 11011101 | 1001000 | 111001 |
Color Harmonies of #4476E0
Complementary color
Monochromatic Colors of #4476E0
Black with #4476E0
Text Example
Text Example
White with #4476E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476E0; }
p { color: rgb(68,118,224); }
H1.HeaderClassName
{
color: #4476E0;
}
.AnyTagClassName
{
color: #4476E0;
}
</style>
background-color css
<style>
a { background-color: #4476E0; }
a { background-color: rgb(68,118,224); }
div.DivClassName
{
background-color: #4476E0;
}
.BgClassName
{
background-color: #4476E0;
}
</style>
border-color css
<style>
span { border-color: #4476E0; }
span { border-color: rgb(68,118,224); }
td.TdClassName
{
border-color: #4476E0;
}
.TagClassName
{
border-color: #4476E0;
}
</style>