Shades of Royal Blue #4478FA
Tints of Royal Blue #4478FA
RGB
CMYK
RGB Variations
Color information
#4478FA (or 0x4478FA) is known color: Royal Blue. HEX triplet: 44, 78 and FA. RGB value is (68,120,250). Sum of RGB (Red+Green+Blue) = 68+120+250=438 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.53% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #4478FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4478FA is #BB8705. Grayscale: #767676. Windows color (decimal): -12289798 or 16414788. OLE color: 16414788.
HSL color Cylindrical-coordinate representation of color #4478FA: hue angle of 222.86º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4478FA is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 120 | 250 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.02 |
| HSL | 222.86º | 0.95% | 0.62% | - |
| HSV(B) | 222.86º | 0.73% | 0.98% | - |
| XYZ | 26.36 | 21.56 | 93.22 | - |
| YUV | 119.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 120 | 250 | 0.73 | 0.52 | 0 | 0.02 | 222.86 | 0.95 | 0.62 |
| Hex | 44 | 78 | FA | 49 | 34 | 0 | 2 | DF | 5F | 3E |
| Octal | 104 | 170 | 372 | 111 | 64 | 0 | 2 | 337 | 137 | 76 |
| Binary | 1000100 | 1111000 | 11111010 | 1001001 | 110100 | 0 | 10 | 11011111 | 1011111 | 111110 |
Color Harmonies of #4478FA
Complementary color
Monochromatic Colors of #4478FA
Black with #4478FA
Text Example
Text Example
White with #4478FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4478FA; }
p { color: rgb(68,120,250); }
H1.HeaderClassName
{
color: #4478FA;
}
.AnyTagClassName
{
color: #4478FA;
}
</style>
background-color css
<style>
a { background-color: #4478FA; }
a { background-color: rgb(68,120,250); }
div.DivClassName
{
background-color: #4478FA;
}
.BgClassName
{
background-color: #4478FA;
}
</style>
border-color css
<style>
span { border-color: #4478FA; }
span { border-color: rgb(68,120,250); }
td.TdClassName
{
border-color: #4478FA;
}
.TagClassName
{
border-color: #4478FA;
}
</style>