Shades of Royal Blue #4566FD
Tints of Royal Blue #4566FD
RGB
CMYK
RGB Variations
Color information
#4566FD (or 0x4566FD) is known color: Royal Blue. HEX triplet: 45, 66 and FD. RGB value is (69,102,253). Sum of RGB (Red+Green+Blue) = 69+102+253=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #4566FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4566FD is #BA9902. Grayscale: #6C6C6C. Windows color (decimal): -12228867 or 16606789. OLE color: 16606789.
HSL color Cylindrical-coordinate representation of color #4566FD: hue angle of 229.24º degrees, saturation: 0.98, 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 #4566FD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 102 | 253 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.01 |
| HSL | 229.24º | 0.98% | 0.63% | - |
| HSV(B) | 229.24º | 0.73% | 0.99% | - |
| XYZ | 24.94 | 17.86 | 95.06 | - |
| YUV | 109.35 | 209.07 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 253 | 0.73 | 0.60 | 0 | 0.01 | 229.24 | 0.98 | 0.63 |
| Hex | 45 | 66 | FD | 49 | 3C | 0 | 1 | E5 | 62 | 3F |
| Octal | 105 | 146 | 375 | 111 | 74 | 0 | 1 | 345 | 142 | 77 |
| Binary | 1000101 | 1100110 | 11111101 | 1001001 | 111100 | 0 | 1 | 11100101 | 1100010 | 111111 |
Color Harmonies of #4566FD
Complementary color
Monochromatic Colors of #4566FD
Black with #4566FD
Text Example
Text Example
White with #4566FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566FD; }
p { color: rgb(69,102,253); }
H1.HeaderClassName
{
color: #4566FD;
}
.AnyTagClassName
{
color: #4566FD;
}
</style>
background-color css
<style>
a { background-color: #4566FD; }
a { background-color: rgb(69,102,253); }
div.DivClassName
{
background-color: #4566FD;
}
.BgClassName
{
background-color: #4566FD;
}
</style>
border-color css
<style>
span { border-color: #4566FD; }
span { border-color: rgb(69,102,253); }
td.TdClassName
{
border-color: #4566FD;
}
.TagClassName
{
border-color: #4566FD;
}
</style>