Shades of Royal Blue #4478FE
Tints of Royal Blue #4478FE
RGB
CMYK
RGB Variations
Color information
#4478FE (or 0x4478FE) is known color: Royal Blue. HEX triplet: 44, 78 and FE. RGB value is (68,120,254). Sum of RGB (Red+Green+Blue) = 68+120+254=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #4478FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4478FE is #BB8701. Grayscale: #777777. Windows color (decimal): -12289794 or 16676932. OLE color: 16676932.
HSL color Cylindrical-coordinate representation of color #4478FE: hue angle of 223.23º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4478FE is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 120 | 254 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.00 |
| HSL | 223.23º | 0.99% | 0.63% | - |
| HSV(B) | 223.23º | 0.73% | 1% | - |
| XYZ | 26.99 | 21.82 | 96.55 | - |
| YUV | 119.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 254 | 0.73 | 0.53 | 0 | 0.00 | 223.23 | 0.99 | 0.63 |
| Hex | 44 | 78 | FE | 49 | 35 | 0 | 0 | DF | 63 | 3F |
| Octal | 104 | 170 | 376 | 111 | 65 | 0 | 0 | 337 | 143 | 77 |
| Binary | 1000100 | 1111000 | 11111110 | 1001001 | 110101 | 0 | 0 | 11011111 | 1100011 | 111111 |
Color Harmonies of #4478FE
Complementary color
Monochromatic Colors of #4478FE
Black with #4478FE
Text Example
Text Example
White with #4478FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478FE; }
p { color: rgb(68,120,254); }
H1.HeaderClassName
{
color: #4478FE;
}
.AnyTagClassName
{
color: #4478FE;
}
</style>
background-color css
<style>
a { background-color: #4478FE; }
a { background-color: rgb(68,120,254); }
div.DivClassName
{
background-color: #4478FE;
}
.BgClassName
{
background-color: #4478FE;
}
</style>
border-color css
<style>
span { border-color: #4478FE; }
span { border-color: rgb(68,120,254); }
td.TdClassName
{
border-color: #4478FE;
}
.TagClassName
{
border-color: #4478FE;
}
</style>