Shades of Royal Blue #4074FC
Tints of Royal Blue #4074FC
RGB
CMYK
RGB Variations
Color information
#4074FC (or 0x4074FC) is known color: Royal Blue. HEX triplet: 40, 74 and FC. RGB value is (64,116,252). Sum of RGB (Red+Green+Blue) = 64+116+252=432 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.81% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #4074FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074FC is #BF8B03. Grayscale: #737373. Windows color (decimal): -12552964 or 16544832. OLE color: 16544832.
HSL color Cylindrical-coordinate representation of color #4074FC: hue angle of 223.4º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4074FC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 116 | 252 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.01 |
| HSL | 223.4º | 0.97% | 0.62% | - |
| HSV(B) | 223.4º | 0.75% | 0.99% | - |
| XYZ | 25.93 | 20.61 | 94.71 | - |
| YUV | 115.96 | 204.77 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 252 | 0.75 | 0.54 | 0 | 0.01 | 223.4 | 0.97 | 0.62 |
| Hex | 40 | 74 | FC | 4B | 36 | 0 | 1 | DF | 61 | 3E |
| Octal | 100 | 164 | 374 | 113 | 66 | 0 | 1 | 337 | 141 | 76 |
| Binary | 1000000 | 1110100 | 11111100 | 1001011 | 110110 | 0 | 1 | 11011111 | 1100001 | 111110 |
Color Harmonies of #4074FC
Complementary color
Monochromatic Colors of #4074FC
Black with #4074FC
Text Example
Text Example
White with #4074FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074FC; }
p { color: rgb(64,116,252); }
H1.HeaderClassName
{
color: #4074FC;
}
.AnyTagClassName
{
color: #4074FC;
}
</style>
background-color css
<style>
a { background-color: #4074FC; }
a { background-color: rgb(64,116,252); }
div.DivClassName
{
background-color: #4074FC;
}
.BgClassName
{
background-color: #4074FC;
}
</style>
border-color css
<style>
span { border-color: #4074FC; }
span { border-color: rgb(64,116,252); }
td.TdClassName
{
border-color: #4074FC;
}
.TagClassName
{
border-color: #4074FC;
}
</style>