Shades of Royal Blue #4675FC
Tints of Royal Blue #4675FC
RGB
CMYK
RGB Variations
Color information
#4675FC (or 0x4675FC) is known color: Royal Blue. HEX triplet: 46, 75 and FC. RGB value is (70,117,252). Sum of RGB (Red+Green+Blue) = 70+117+252=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 117 (46.09% from 255 or 26.65% 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 #4675FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4675FC is #B98A03. Grayscale: #757575. Windows color (decimal): -12159492 or 16545094. OLE color: 16545094.
HSL color Cylindrical-coordinate representation of color #4675FC: hue angle of 224.51º 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 #4675FC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 117 | 252 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.01 |
| HSL | 224.51º | 0.97% | 0.63% | - |
| HSV(B) | 224.51º | 0.72% | 0.99% | - |
| XYZ | 26.46 | 21.05 | 94.76 | - |
| YUV | 118.34 | 203.43 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 117 | 252 | 0.72 | 0.54 | 0 | 0.01 | 224.51 | 0.97 | 0.63 |
| Hex | 46 | 75 | FC | 48 | 36 | 0 | 1 | E1 | 61 | 3F |
| Octal | 106 | 165 | 374 | 110 | 66 | 0 | 1 | 341 | 141 | 77 |
| Binary | 1000110 | 1110101 | 11111100 | 1001000 | 110110 | 0 | 1 | 11100001 | 1100001 | 111111 |
Color Harmonies of #4675FC
Complementary color
Monochromatic Colors of #4675FC
Black with #4675FC
Text Example
Text Example
White with #4675FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4675FC; }
p { color: rgb(70,117,252); }
H1.HeaderClassName
{
color: #4675FC;
}
.AnyTagClassName
{
color: #4675FC;
}
</style>
background-color css
<style>
a { background-color: #4675FC; }
a { background-color: rgb(70,117,252); }
div.DivClassName
{
background-color: #4675FC;
}
.BgClassName
{
background-color: #4675FC;
}
</style>
border-color css
<style>
span { border-color: #4675FC; }
span { border-color: rgb(70,117,252); }
td.TdClassName
{
border-color: #4675FC;
}
.TagClassName
{
border-color: #4675FC;
}
</style>