Shades of Royal Blue #4478FD
Tints of Royal Blue #4478FD
RGB
CMYK
RGB Variations
Color information
#4478FD (or 0x4478FD) is known color: Royal Blue. HEX triplet: 44, 78 and FD. RGB value is (68,120,253). Sum of RGB (Red+Green+Blue) = 68+120+253=441 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.42% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #4478FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4478FD is #BB8702. Grayscale: #777777. Windows color (decimal): -12289795 or 16611396. OLE color: 16611396.
HSL color Cylindrical-coordinate representation of color #4478FD: hue angle of 223.14º 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 #4478FD is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 120 | 253 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.01 |
| HSL | 223.14º | 0.98% | 0.63% | - |
| HSV(B) | 223.14º | 0.73% | 0.99% | - |
| XYZ | 26.83 | 21.75 | 95.71 | - |
| YUV | 119.61 | 203.27 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 253 | 0.73 | 0.53 | 0 | 0.01 | 223.14 | 0.98 | 0.63 |
| Hex | 44 | 78 | FD | 49 | 35 | 0 | 1 | DF | 62 | 3F |
| Octal | 104 | 170 | 375 | 111 | 65 | 0 | 1 | 337 | 142 | 77 |
| Binary | 1000100 | 1111000 | 11111101 | 1001001 | 110101 | 0 | 1 | 11011111 | 1100010 | 111111 |
Color Harmonies of #4478FD
Complementary color
Monochromatic Colors of #4478FD
Black with #4478FD
Text Example
Text Example
White with #4478FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478FD; }
p { color: rgb(68,120,253); }
H1.HeaderClassName
{
color: #4478FD;
}
.AnyTagClassName
{
color: #4478FD;
}
</style>
background-color css
<style>
a { background-color: #4478FD; }
a { background-color: rgb(68,120,253); }
div.DivClassName
{
background-color: #4478FD;
}
.BgClassName
{
background-color: #4478FD;
}
</style>
border-color css
<style>
span { border-color: #4478FD; }
span { border-color: rgb(68,120,253); }
td.TdClassName
{
border-color: #4478FD;
}
.TagClassName
{
border-color: #4478FD;
}
</style>