Shades of Royal Blue #4079FF
Tints of Royal Blue #4079FF
RGB
CMYK
RGB Variations
Color information
#4079FF (or 0x4079FF) is known color: Royal Blue. HEX triplet: 40, 79 and FF. RGB value is (64,121,255). Sum of RGB (Red+Green+Blue) = 64+121+255=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #4079FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4079FF is #BF8600. Grayscale: #767676. Windows color (decimal): -12551681 or 16742720. OLE color: 16742720.
HSL color Cylindrical-coordinate representation of color #4079FF: hue angle of 222.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4079FF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 121 | 255 | - |
| CMYK | 0.75 | 0.53 | 0 | 0 |
| HSL | 222.09º | 1% | 0.63% | - |
| HSV(B) | 222.09º | 0.75% | 1% | - |
| XYZ | 27 | 21.98 | 97.43 | - |
| YUV | 119.23 | 204.62 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 255 | 0.75 | 0.53 | 0 | 0 | 222.09 | 1 | 0.63 |
| Hex | 40 | 79 | FF | 4B | 35 | 0 | 0 | DE | 64 | 3F |
| Octal | 100 | 171 | 377 | 113 | 65 | 0 | 0 | 336 | 144 | 77 |
| Binary | 1000000 | 1111001 | 11111111 | 1001011 | 110101 | 0 | 0 | 11011110 | 1100100 | 111111 |
Color Harmonies of #4079FF
Complementary color
Monochromatic Colors of #4079FF
Black with #4079FF
Text Example
Text Example
White with #4079FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079FF; }
p { color: rgb(64,121,255); }
H1.HeaderClassName
{
color: #4079FF;
}
.AnyTagClassName
{
color: #4079FF;
}
</style>
background-color css
<style>
a { background-color: #4079FF; }
a { background-color: rgb(64,121,255); }
div.DivClassName
{
background-color: #4079FF;
}
.BgClassName
{
background-color: #4079FF;
}
</style>
border-color css
<style>
span { border-color: #4079FF; }
span { border-color: rgb(64,121,255); }
td.TdClassName
{
border-color: #4079FF;
}
.TagClassName
{
border-color: #4079FF;
}
</style>