Shades of Royal Blue #4476FD
Tints of Royal Blue #4476FD
RGB
CMYK
RGB Variations
Color information
#4476FD (or 0x4476FD) is known color: Royal Blue. HEX triplet: 44, 76 and FD. RGB value is (68,118,253). Sum of RGB (Red+Green+Blue) = 68+118+253=439 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.49% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #4476FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4476FD is #BB8902. Grayscale: #757575. Windows color (decimal): -12290307 or 16610884. OLE color: 16610884.
HSL color Cylindrical-coordinate representation of color #4476FD: hue angle of 223.78º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4476FD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 118 | 253 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.01 |
| HSL | 223.78º | 0.98% | 0.63% | - |
| HSV(B) | 223.78º | 0.73% | 0.99% | - |
| XYZ | 26.59 | 21.28 | 95.63 | - |
| YUV | 118.44 | 203.94 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 118 | 253 | 0.73 | 0.53 | 0 | 0.01 | 223.78 | 0.98 | 0.63 |
| Hex | 44 | 76 | FD | 49 | 35 | 0 | 1 | E0 | 62 | 3F |
| Octal | 104 | 166 | 375 | 111 | 65 | 0 | 1 | 340 | 142 | 77 |
| Binary | 1000100 | 1110110 | 11111101 | 1001001 | 110101 | 0 | 1 | 11100000 | 1100010 | 111111 |
Color Harmonies of #4476FD
Complementary color
Monochromatic Colors of #4476FD
Black with #4476FD
Text Example
Text Example
White with #4476FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4476FD; }
p { color: rgb(68,118,253); }
H1.HeaderClassName
{
color: #4476FD;
}
.AnyTagClassName
{
color: #4476FD;
}
</style>
background-color css
<style>
a { background-color: #4476FD; }
a { background-color: rgb(68,118,253); }
div.DivClassName
{
background-color: #4476FD;
}
.BgClassName
{
background-color: #4476FD;
}
</style>
border-color css
<style>
span { border-color: #4476FD; }
span { border-color: rgb(68,118,253); }
td.TdClassName
{
border-color: #4476FD;
}
.TagClassName
{
border-color: #4476FD;
}
</style>