Shades of Royal Blue #4464F6
Tints of Royal Blue #4464F6
RGB
CMYK
RGB Variations
Color information
#4464F6 (or 0x4464F6) is known color: Royal Blue. HEX triplet: 44, 64 and F6. RGB value is (68,100,246). Sum of RGB (Red+Green+Blue) = 68+100+246=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 246 (96.48% from 255 or 59.42% from 414); Max value from RGB is 246 - color contains mainly: blue. Hex color #4464F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464F6 is #BB9B09. Grayscale: #6A6A6A. Windows color (decimal): -12294922 or 16147524. OLE color: 16147524.
HSL color Cylindrical-coordinate representation of color #4464F6: hue angle of 229.21º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4464F6 is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 100 | 246 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.04 |
| HSL | 229.21º | 0.91% | 0.62% | - |
| HSV(B) | 229.21º | 0.72% | 0.96% | - |
| XYZ | 23.58 | 17 | 89.23 | - |
| YUV | 107.08 | 206.4 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 246 | 0.72 | 0.59 | 0 | 0.04 | 229.21 | 0.91 | 0.62 |
| Hex | 44 | 64 | F6 | 48 | 3B | 0 | 4 | E5 | 5B | 3E |
| Octal | 104 | 144 | 366 | 110 | 73 | 0 | 4 | 345 | 133 | 76 |
| Binary | 1000100 | 1100100 | 11110110 | 1001000 | 111011 | 0 | 100 | 11100101 | 1011011 | 111110 |
Color Harmonies of #4464F6
Complementary color
Monochromatic Colors of #4464F6
Black with #4464F6
Text Example
Text Example
White with #4464F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4464F6; }
p { color: rgb(68,100,246); }
H1.HeaderClassName
{
color: #4464F6;
}
.AnyTagClassName
{
color: #4464F6;
}
</style>
background-color css
<style>
a { background-color: #4464F6; }
a { background-color: rgb(68,100,246); }
div.DivClassName
{
background-color: #4464F6;
}
.BgClassName
{
background-color: #4464F6;
}
</style>
border-color css
<style>
span { border-color: #4464F6; }
span { border-color: rgb(68,100,246); }
td.TdClassName
{
border-color: #4464F6;
}
.TagClassName
{
border-color: #4464F6;
}
</style>