Shades of Royal Blue #4077FF
Tints of Royal Blue #4077FF
RGB
CMYK
RGB Variations
Color information
#4077FF (or 0x4077FF) is known color: Royal Blue. HEX triplet: 40, 77 and FF. RGB value is (64,119,255). Sum of RGB (Red+Green+Blue) = 64+119+255=438 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.61% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #4077FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4077FF is #BF8800. Grayscale: #757575. Windows color (decimal): -12552193 or 16742208. OLE color: 16742208.
HSL color Cylindrical-coordinate representation of color #4077FF: hue angle of 222.72º 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 #4077FF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 119 | 255 | - |
| CMYK | 0.75 | 0.53 | 0 | 0 |
| HSL | 222.72º | 1% | 0.63% | - |
| HSV(B) | 222.72º | 0.75% | 1% | - |
| XYZ | 26.76 | 21.5 | 97.35 | - |
| YUV | 118.06 | 205.28 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 119 | 255 | 0.75 | 0.53 | 0 | 0 | 222.72 | 1 | 0.63 |
| Hex | 40 | 77 | FF | 4B | 35 | 0 | 0 | DF | 64 | 3F |
| Octal | 100 | 167 | 377 | 113 | 65 | 0 | 0 | 337 | 144 | 77 |
| Binary | 1000000 | 1110111 | 11111111 | 1001011 | 110101 | 0 | 0 | 11011111 | 1100100 | 111111 |
Color Harmonies of #4077FF
Complementary color
Monochromatic Colors of #4077FF
Black with #4077FF
Text Example
Text Example
White with #4077FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4077FF; }
p { color: rgb(64,119,255); }
H1.HeaderClassName
{
color: #4077FF;
}
.AnyTagClassName
{
color: #4077FF;
}
</style>
background-color css
<style>
a { background-color: #4077FF; }
a { background-color: rgb(64,119,255); }
div.DivClassName
{
background-color: #4077FF;
}
.BgClassName
{
background-color: #4077FF;
}
</style>
border-color css
<style>
span { border-color: #4077FF; }
span { border-color: rgb(64,119,255); }
td.TdClassName
{
border-color: #4077FF;
}
.TagClassName
{
border-color: #4077FF;
}
</style>