Shades of Royal Blue #4464FB
Tints of Royal Blue #4464FB
RGB
CMYK
RGB Variations
Color information
#4464FB (or 0x4464FB) is known color: Royal Blue. HEX triplet: 44, 64 and FB. RGB value is (68,100,251). Sum of RGB (Red+Green+Blue) = 68+100+251=419 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.23% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #4464FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464FB is #BB9B04. Grayscale: #6B6B6B. Windows color (decimal): -12294917 or 16475204. OLE color: 16475204.
HSL color Cylindrical-coordinate representation of color #4464FB: hue angle of 229.51º 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 #4464FB is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 100 | 251 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.02 |
| HSL | 229.51º | 0.96% | 0.63% | - |
| HSV(B) | 229.51º | 0.73% | 0.98% | - |
| XYZ | 24.35 | 17.31 | 93.32 | - |
| YUV | 107.65 | 208.9 | 99.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 251 | 0.73 | 0.60 | 0 | 0.02 | 229.51 | 0.96 | 0.63 |
| Hex | 44 | 64 | FB | 49 | 3C | 0 | 2 | E6 | 60 | 3F |
| Octal | 104 | 144 | 373 | 111 | 74 | 0 | 2 | 346 | 140 | 77 |
| Binary | 1000100 | 1100100 | 11111011 | 1001001 | 111100 | 0 | 10 | 11100110 | 1100000 | 111111 |
Color Harmonies of #4464FB
Complementary color
Monochromatic Colors of #4464FB
Black with #4464FB
Text Example
Text Example
White with #4464FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4464FB; }
p { color: rgb(68,100,251); }
H1.HeaderClassName
{
color: #4464FB;
}
.AnyTagClassName
{
color: #4464FB;
}
</style>
background-color css
<style>
a { background-color: #4464FB; }
a { background-color: rgb(68,100,251); }
div.DivClassName
{
background-color: #4464FB;
}
.BgClassName
{
background-color: #4464FB;
}
</style>
border-color css
<style>
span { border-color: #4464FB; }
span { border-color: rgb(68,100,251); }
td.TdClassName
{
border-color: #4464FB;
}
.TagClassName
{
border-color: #4464FB;
}
</style>