Shades of Royal Blue #4477FC
Tints of Royal Blue #4477FC
RGB
CMYK
RGB Variations
Color information
#4477FC (or 0x4477FC) is known color: Royal Blue. HEX triplet: 44, 77 and FC. RGB value is (68,119,252). Sum of RGB (Red+Green+Blue) = 68+119+252=439 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.49% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #4477FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4477FC is #BB8803. Grayscale: #767676. Windows color (decimal): -12290052 or 16545604. OLE color: 16545604.
HSL color Cylindrical-coordinate representation of color #4477FC: hue angle of 223.37º 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 #4477FC is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 119 | 252 | - |
| CMYK | 0.73 | 0.53 | 0 | 0.01 |
| HSL | 223.37º | 0.97% | 0.63% | - |
| HSV(B) | 223.37º | 0.73% | 0.99% | - |
| XYZ | 26.55 | 21.45 | 94.84 | - |
| YUV | 118.91 | 203.1 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 119 | 252 | 0.73 | 0.53 | 0 | 0.01 | 223.37 | 0.97 | 0.63 |
| Hex | 44 | 77 | FC | 49 | 35 | 0 | 1 | DF | 61 | 3F |
| Octal | 104 | 167 | 374 | 111 | 65 | 0 | 1 | 337 | 141 | 77 |
| Binary | 1000100 | 1110111 | 11111100 | 1001001 | 110101 | 0 | 1 | 11011111 | 1100001 | 111111 |
Color Harmonies of #4477FC
Complementary color
Monochromatic Colors of #4477FC
Black with #4477FC
Text Example
Text Example
White with #4477FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4477FC; }
p { color: rgb(68,119,252); }
H1.HeaderClassName
{
color: #4477FC;
}
.AnyTagClassName
{
color: #4477FC;
}
</style>
background-color css
<style>
a { background-color: #4477FC; }
a { background-color: rgb(68,119,252); }
div.DivClassName
{
background-color: #4477FC;
}
.BgClassName
{
background-color: #4477FC;
}
</style>
border-color css
<style>
span { border-color: #4477FC; }
span { border-color: rgb(68,119,252); }
td.TdClassName
{
border-color: #4477FC;
}
.TagClassName
{
border-color: #4477FC;
}
</style>