Shades of Royal Blue #4479FB
Tints of Royal Blue #4479FB
RGB
CMYK
RGB Variations
Color information
#4479FB (or 0x4479FB) is known color: Royal Blue. HEX triplet: 44, 79 and FB. RGB value is (68,121,251). Sum of RGB (Red+Green+Blue) = 68+121+251=440 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.45% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #4479FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4479FB is #BB8604. Grayscale: #777777. Windows color (decimal): -12289541 or 16480580. OLE color: 16480580.
HSL color Cylindrical-coordinate representation of color #4479FB: hue angle of 222.62º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4479FB is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 121 | 251 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.02 |
| HSL | 222.62º | 0.96% | 0.63% | - |
| HSV(B) | 222.62º | 0.73% | 0.98% | - |
| XYZ | 26.63 | 21.87 | 94.08 | - |
| YUV | 119.97 | 201.94 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 121 | 251 | 0.73 | 0.52 | 0 | 0.02 | 222.62 | 0.96 | 0.63 |
| Hex | 44 | 79 | FB | 49 | 34 | 0 | 2 | DF | 60 | 3F |
| Octal | 104 | 171 | 373 | 111 | 64 | 0 | 2 | 337 | 140 | 77 |
| Binary | 1000100 | 1111001 | 11111011 | 1001001 | 110100 | 0 | 10 | 11011111 | 1100000 | 111111 |
Color Harmonies of #4479FB
Complementary color
Monochromatic Colors of #4479FB
Black with #4479FB
Text Example
Text Example
White with #4479FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4479FB; }
p { color: rgb(68,121,251); }
H1.HeaderClassName
{
color: #4479FB;
}
.AnyTagClassName
{
color: #4479FB;
}
</style>
background-color css
<style>
a { background-color: #4479FB; }
a { background-color: rgb(68,121,251); }
div.DivClassName
{
background-color: #4479FB;
}
.BgClassName
{
background-color: #4479FB;
}
</style>
border-color css
<style>
span { border-color: #4479FB; }
span { border-color: rgb(68,121,251); }
td.TdClassName
{
border-color: #4479FB;
}
.TagClassName
{
border-color: #4479FB;
}
</style>