Shades of Royal Blue #4074FB
Tints of Royal Blue #4074FB
RGB
CMYK
RGB Variations
Color information
#4074FB (or 0x4074FB) is known color: Royal Blue. HEX triplet: 40, 74 and FB. RGB value is (64,116,251). Sum of RGB (Red+Green+Blue) = 64+116+251=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #4074FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4074FB is #BF8B04. Grayscale: #737373. Windows color (decimal): -12552965 or 16479296. OLE color: 16479296.
HSL color Cylindrical-coordinate representation of color #4074FB: hue angle of 223.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4074FB is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 116 | 251 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.02 |
| HSL | 223.32º | 0.96% | 0.62% | - |
| HSV(B) | 223.32º | 0.75% | 0.98% | - |
| XYZ | 25.77 | 20.55 | 93.87 | - |
| YUV | 115.84 | 204.27 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 251 | 0.75 | 0.54 | 0 | 0.02 | 223.32 | 0.96 | 0.62 |
| Hex | 40 | 74 | FB | 4B | 36 | 0 | 2 | DF | 60 | 3E |
| Octal | 100 | 164 | 373 | 113 | 66 | 0 | 2 | 337 | 140 | 76 |
| Binary | 1000000 | 1110100 | 11111011 | 1001011 | 110110 | 0 | 10 | 11011111 | 1100000 | 111110 |
Color Harmonies of #4074FB
Complementary color
Monochromatic Colors of #4074FB
Black with #4074FB
Text Example
Text Example
White with #4074FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4074FB; }
p { color: rgb(64,116,251); }
H1.HeaderClassName
{
color: #4074FB;
}
.AnyTagClassName
{
color: #4074FB;
}
</style>
background-color css
<style>
a { background-color: #4074FB; }
a { background-color: rgb(64,116,251); }
div.DivClassName
{
background-color: #4074FB;
}
.BgClassName
{
background-color: #4074FB;
}
</style>
border-color css
<style>
span { border-color: #4074FB; }
span { border-color: rgb(64,116,251); }
td.TdClassName
{
border-color: #4074FB;
}
.TagClassName
{
border-color: #4074FB;
}
</style>