Shades of Royal Blue #4476D5
Tints of Royal Blue #4476D5
RGB
CMYK
RGB Variations
Color information
#4476D5 (or 0x4476D5) is known color: Royal Blue. HEX triplet: 44, 76 and D5. RGB value is (68,118,213). Sum of RGB (Red+Green+Blue) = 68+118+213=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #4476D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476D5 is #BB892A. Grayscale: #717171. Windows color (decimal): -12290347 or 13989444. OLE color: 13989444.
HSL color Cylindrical-coordinate representation of color #4476D5: hue angle of 219.31º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4476D5 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 118 | 213 | - |
| CMYK | 0.68 | 0.45 | 0 | 0.16 |
| HSL | 219.31º | 0.63% | 0.55% | - |
| HSV(B) | 219.31º | 0.68% | 0.84% | - |
| XYZ | 20.87 | 18.99 | 65.52 | - |
| YUV | 113.88 | 183.94 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 213 | 0.68 | 0.45 | 0 | 0.16 | 219.31 | 0.63 | 0.55 |
| Hex | 44 | 76 | D5 | 44 | 2D | 0 | 10 | DB | 3F | 37 |
| Octal | 104 | 166 | 325 | 104 | 55 | 0 | 20 | 333 | 77 | 67 |
| Binary | 1000100 | 1110110 | 11010101 | 1000100 | 101101 | 0 | 10000 | 11011011 | 111111 | 110111 |
Color Harmonies of #4476D5
Complementary color
Monochromatic Colors of #4476D5
Black with #4476D5
Text Example
Text Example
White with #4476D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476D5; }
p { color: rgb(68,118,213); }
H1.HeaderClassName
{
color: #4476D5;
}
.AnyTagClassName
{
color: #4476D5;
}
</style>
background-color css
<style>
a { background-color: #4476D5; }
a { background-color: rgb(68,118,213); }
div.DivClassName
{
background-color: #4476D5;
}
.BgClassName
{
background-color: #4476D5;
}
</style>
border-color css
<style>
span { border-color: #4476D5; }
span { border-color: rgb(68,118,213); }
td.TdClassName
{
border-color: #4476D5;
}
.TagClassName
{
border-color: #4476D5;
}
</style>