Shades of Royal Blue #4079CE
Tints of Royal Blue #4079CE
RGB
CMYK
RGB Variations
Color information
#4079CE (or 0x4079CE) is known color: Royal Blue. HEX triplet: 40, 79 and CE. RGB value is (64,121,206). Sum of RGB (Red+Green+Blue) = 64+121+206=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4079CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079CE is #BF8631. Grayscale: #717171. Windows color (decimal): -12551730 or 13531456. OLE color: 13531456.
HSL color Cylindrical-coordinate representation of color #4079CE: hue angle of 215.92º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4079CE is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 121 | 206 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.19 |
| HSL | 215.92º | 0.59% | 0.53% | - |
| HSV(B) | 215.92º | 0.69% | 0.81% | - |
| XYZ | 20.09 | 19.22 | 61.04 | - |
| YUV | 113.65 | 180.12 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 121 | 206 | 0.69 | 0.41 | 0 | 0.19 | 215.92 | 0.59 | 0.53 |
| Hex | 40 | 79 | CE | 45 | 29 | 0 | 13 | D8 | 3B | 35 |
| Octal | 100 | 171 | 316 | 105 | 51 | 0 | 23 | 330 | 73 | 65 |
| Binary | 1000000 | 1111001 | 11001110 | 1000101 | 101001 | 0 | 10011 | 11011000 | 111011 | 110101 |
Color Harmonies of #4079CE
Complementary color
Monochromatic Colors of #4079CE
Black with #4079CE
Text Example
Text Example
White with #4079CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4079CE; }
p { color: rgb(64,121,206); }
H1.HeaderClassName
{
color: #4079CE;
}
.AnyTagClassName
{
color: #4079CE;
}
</style>
background-color css
<style>
a { background-color: #4079CE; }
a { background-color: rgb(64,121,206); }
div.DivClassName
{
background-color: #4079CE;
}
.BgClassName
{
background-color: #4079CE;
}
</style>
border-color css
<style>
span { border-color: #4079CE; }
span { border-color: rgb(64,121,206); }
td.TdClassName
{
border-color: #4079CE;
}
.TagClassName
{
border-color: #4079CE;
}
</style>