Shades of Royal Blue #4566FC
Tints of Royal Blue #4566FC
RGB
CMYK
RGB Variations
Color information
#4566FC (or 0x4566FC) is known color: Royal Blue. HEX triplet: 45, 66 and FC. RGB value is (69,102,252). Sum of RGB (Red+Green+Blue) = 69+102+252=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #4566FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4566FC is #BA9903. Grayscale: #6C6C6C. Windows color (decimal): -12228868 or 16541253. OLE color: 16541253.
HSL color Cylindrical-coordinate representation of color #4566FC: hue angle of 229.18º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4566FC is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 102 | 252 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.01 |
| HSL | 229.18º | 0.97% | 0.63% | - |
| HSV(B) | 229.18º | 0.73% | 0.99% | - |
| XYZ | 24.78 | 17.8 | 94.22 | - |
| YUV | 109.23 | 208.57 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 252 | 0.73 | 0.60 | 0 | 0.01 | 229.18 | 0.97 | 0.63 |
| Hex | 45 | 66 | FC | 49 | 3C | 0 | 1 | E5 | 61 | 3F |
| Octal | 105 | 146 | 374 | 111 | 74 | 0 | 1 | 345 | 141 | 77 |
| Binary | 1000101 | 1100110 | 11111100 | 1001001 | 111100 | 0 | 1 | 11100101 | 1100001 | 111111 |
Color Harmonies of #4566FC
Complementary color
Monochromatic Colors of #4566FC
Black with #4566FC
Text Example
Text Example
White with #4566FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566FC; }
p { color: rgb(69,102,252); }
H1.HeaderClassName
{
color: #4566FC;
}
.AnyTagClassName
{
color: #4566FC;
}
</style>
background-color css
<style>
a { background-color: #4566FC; }
a { background-color: rgb(69,102,252); }
div.DivClassName
{
background-color: #4566FC;
}
.BgClassName
{
background-color: #4566FC;
}
</style>
border-color css
<style>
span { border-color: #4566FC; }
span { border-color: rgb(69,102,252); }
td.TdClassName
{
border-color: #4566FC;
}
.TagClassName
{
border-color: #4566FC;
}
</style>