Shades of Royal Blue #4463F6
Tints of Royal Blue #4463F6
RGB
CMYK
RGB Variations
Color information
#4463F6 (or 0x4463F6) is known color: Royal Blue. HEX triplet: 44, 63 and F6. RGB value is (68,99,246). Sum of RGB (Red+Green+Blue) = 68+99+246=413 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.46% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 246 (96.48% from 255 or 59.56% from 413); Max value from RGB is 246 - color contains mainly: blue. Hex color #4463F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4463F6 is #BB9C09. Grayscale: #696969. Windows color (decimal): -12295178 or 16147268. OLE color: 16147268.
HSL color Cylindrical-coordinate representation of color #4463F6: hue angle of 229.55º 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 #4463F6 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 99 | 246 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.04 |
| HSL | 229.55º | 0.91% | 0.62% | - |
| HSV(B) | 229.55º | 0.72% | 0.96% | - |
| XYZ | 23.48 | 16.81 | 89.2 | - |
| YUV | 106.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 246 | 0.72 | 0.60 | 0 | 0.04 | 229.55 | 0.91 | 0.62 |
| Hex | 44 | 63 | F6 | 48 | 3C | 0 | 4 | E6 | 5B | 3E |
| Octal | 104 | 143 | 366 | 110 | 74 | 0 | 4 | 346 | 133 | 76 |
| Binary | 1000100 | 1100011 | 11110110 | 1001000 | 111100 | 0 | 100 | 11100110 | 1011011 | 111110 |
Color Harmonies of #4463F6
Complementary color
Monochromatic Colors of #4463F6
Black with #4463F6
Text Example
Text Example
White with #4463F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4463F6; }
p { color: rgb(68,99,246); }
H1.HeaderClassName
{
color: #4463F6;
}
.AnyTagClassName
{
color: #4463F6;
}
</style>
background-color css
<style>
a { background-color: #4463F6; }
a { background-color: rgb(68,99,246); }
div.DivClassName
{
background-color: #4463F6;
}
.BgClassName
{
background-color: #4463F6;
}
</style>
border-color css
<style>
span { border-color: #4463F6; }
span { border-color: rgb(68,99,246); }
td.TdClassName
{
border-color: #4463F6;
}
.TagClassName
{
border-color: #4463F6;
}
</style>