Shades of Royal Blue #4463FB
Tints of Royal Blue #4463FB
RGB
CMYK
RGB Variations
Color information
#4463FB (or 0x4463FB) is known color: Royal Blue. HEX triplet: 44, 63 and FB. RGB value is (68,99,251). Sum of RGB (Red+Green+Blue) = 68+99+251=418 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.27% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #4463FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4463FB is #BB9C04. Grayscale: #6A6A6A. Windows color (decimal): -12295173 or 16474948. OLE color: 16474948.
HSL color Cylindrical-coordinate representation of color #4463FB: hue angle of 229.84º 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 #4463FB is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 99 | 251 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.02 |
| HSL | 229.84º | 0.96% | 0.63% | - |
| HSV(B) | 229.84º | 0.73% | 0.98% | - |
| XYZ | 24.26 | 17.12 | 93.29 | - |
| YUV | 107.06 | 209.23 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 251 | 0.73 | 0.61 | 0 | 0.02 | 229.84 | 0.96 | 0.63 |
| Hex | 44 | 63 | FB | 49 | 3D | 0 | 2 | E6 | 60 | 3F |
| Octal | 104 | 143 | 373 | 111 | 75 | 0 | 2 | 346 | 140 | 77 |
| Binary | 1000100 | 1100011 | 11111011 | 1001001 | 111101 | 0 | 10 | 11100110 | 1100000 | 111111 |
Color Harmonies of #4463FB
Complementary color
Monochromatic Colors of #4463FB
Black with #4463FB
Text Example
Text Example
White with #4463FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4463FB; }
p { color: rgb(68,99,251); }
H1.HeaderClassName
{
color: #4463FB;
}
.AnyTagClassName
{
color: #4463FB;
}
</style>
background-color css
<style>
a { background-color: #4463FB; }
a { background-color: rgb(68,99,251); }
div.DivClassName
{
background-color: #4463FB;
}
.BgClassName
{
background-color: #4463FB;
}
</style>
border-color css
<style>
span { border-color: #4463FB; }
span { border-color: rgb(68,99,251); }
td.TdClassName
{
border-color: #4463FB;
}
.TagClassName
{
border-color: #4463FB;
}
</style>