Shades of Royal Blue #4076FF
Tints of Royal Blue #4076FF
RGB
CMYK
RGB Variations
Color information
#4076FF (or 0x4076FF) is known color: Royal Blue. HEX triplet: 40, 76 and FF. RGB value is (64,118,255). Sum of RGB (Red+Green+Blue) = 64+118+255=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4076FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4076FF is #BF8900. Grayscale: #747474. Windows color (decimal): -12552449 or 16741952. OLE color: 16741952.
HSL color Cylindrical-coordinate representation of color #4076FF: hue angle of 223.04º 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 #4076FF is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 118 | 255 | - |
| CMYK | 0.75 | 0.54 | 0 | 0 |
| HSL | 223.04º | 1% | 0.63% | - |
| HSV(B) | 223.04º | 0.75% | 1% | - |
| XYZ | 26.64 | 21.27 | 97.31 | - |
| YUV | 117.47 | 205.61 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 118 | 255 | 0.75 | 0.54 | 0 | 0 | 223.04 | 1 | 0.63 |
| Hex | 40 | 76 | FF | 4B | 36 | 0 | 0 | DF | 64 | 3F |
| Octal | 100 | 166 | 377 | 113 | 66 | 0 | 0 | 337 | 144 | 77 |
| Binary | 1000000 | 1110110 | 11111111 | 1001011 | 110110 | 0 | 0 | 11011111 | 1100100 | 111111 |
Color Harmonies of #4076FF
Complementary color
Monochromatic Colors of #4076FF
Black with #4076FF
Text Example
Text Example
White with #4076FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4076FF; }
p { color: rgb(64,118,255); }
H1.HeaderClassName
{
color: #4076FF;
}
.AnyTagClassName
{
color: #4076FF;
}
</style>
background-color css
<style>
a { background-color: #4076FF; }
a { background-color: rgb(64,118,255); }
div.DivClassName
{
background-color: #4076FF;
}
.BgClassName
{
background-color: #4076FF;
}
</style>
border-color css
<style>
span { border-color: #4076FF; }
span { border-color: rgb(64,118,255); }
td.TdClassName
{
border-color: #4076FF;
}
.TagClassName
{
border-color: #4076FF;
}
</style>