Shades of Royal Blue #4669FC
Tints of Royal Blue #4669FC
RGB
CMYK
RGB Variations
Color information
#4669FC (or 0x4669FC) is known color: Royal Blue. HEX triplet: 46, 69 and FC. RGB value is (70,105,252). Sum of RGB (Red+Green+Blue) = 70+105+252=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #4669FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4669FC is #B99603. Grayscale: #6E6E6E. Windows color (decimal): -12162564 or 16542022. OLE color: 16542022.
HSL color Cylindrical-coordinate representation of color #4669FC: hue angle of 228.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4669FC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 105 | 252 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.01 |
| HSL | 228.46º | 0.97% | 0.63% | - |
| HSV(B) | 228.46º | 0.72% | 0.99% | - |
| XYZ | 25.15 | 18.43 | 94.33 | - |
| YUV | 111.29 | 207.4 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 252 | 0.72 | 0.58 | 0 | 0.01 | 228.46 | 0.97 | 0.63 |
| Hex | 46 | 69 | FC | 48 | 3A | 0 | 1 | E4 | 61 | 3F |
| Octal | 106 | 151 | 374 | 110 | 72 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000110 | 1101001 | 11111100 | 1001000 | 111010 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #4669FC
Complementary color
Monochromatic Colors of #4669FC
Black with #4669FC
Text Example
Text Example
White with #4669FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4669FC; }
p { color: rgb(70,105,252); }
H1.HeaderClassName
{
color: #4669FC;
}
.AnyTagClassName
{
color: #4669FC;
}
</style>
background-color css
<style>
a { background-color: #4669FC; }
a { background-color: rgb(70,105,252); }
div.DivClassName
{
background-color: #4669FC;
}
.BgClassName
{
background-color: #4669FC;
}
</style>
border-color css
<style>
span { border-color: #4669FC; }
span { border-color: rgb(70,105,252); }
td.TdClassName
{
border-color: #4669FC;
}
.TagClassName
{
border-color: #4669FC;
}
</style>