Shades of Royal Blue #4476D3
Tints of Royal Blue #4476D3
RGB
CMYK
RGB Variations
Color information
#4476D3 (or 0x4476D3) is known color: Royal Blue. HEX triplet: 44, 76 and D3. RGB value is (68,118,211). Sum of RGB (Red+Green+Blue) = 68+118+211=397 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.13% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 211 (82.81% from 255 or 53.15% from 397); Max value from RGB is 211 - color contains mainly: blue. Hex color #4476D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476D3 is #BB892C. Grayscale: #717171. Windows color (decimal): -12290349 or 13858372. OLE color: 13858372.
HSL color Cylindrical-coordinate representation of color #4476D3: hue angle of 219.02º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4476D3 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 118 | 211 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.17 |
| HSL | 219.02º | 0.62% | 0.55% | - |
| HSV(B) | 219.02º | 0.68% | 0.83% | - |
| XYZ | 20.62 | 18.89 | 64.19 | - |
| YUV | 113.65 | 182.94 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 211 | 0.68 | 0.44 | 0 | 0.17 | 219.02 | 0.62 | 0.55 |
| Hex | 44 | 76 | D3 | 44 | 2C | 0 | 11 | DB | 3E | 37 |
| Octal | 104 | 166 | 323 | 104 | 54 | 0 | 21 | 333 | 76 | 67 |
| Binary | 1000100 | 1110110 | 11010011 | 1000100 | 101100 | 0 | 10001 | 11011011 | 111110 | 110111 |
Color Harmonies of #4476D3
Complementary color
Monochromatic Colors of #4476D3
Black with #4476D3
Text Example
Text Example
White with #4476D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476D3; }
p { color: rgb(68,118,211); }
H1.HeaderClassName
{
color: #4476D3;
}
.AnyTagClassName
{
color: #4476D3;
}
</style>
background-color css
<style>
a { background-color: #4476D3; }
a { background-color: rgb(68,118,211); }
div.DivClassName
{
background-color: #4476D3;
}
.BgClassName
{
background-color: #4476D3;
}
</style>
border-color css
<style>
span { border-color: #4476D3; }
span { border-color: rgb(68,118,211); }
td.TdClassName
{
border-color: #4476D3;
}
.TagClassName
{
border-color: #4476D3;
}
</style>