Shades of Royal Blue #4078FF
Tints of Royal Blue #4078FF
RGB
CMYK
RGB Variations
Color information
#4078FF (or 0x4078FF) is known color: Royal Blue. HEX triplet: 40, 78 and FF. RGB value is (64,120,255). Sum of RGB (Red+Green+Blue) = 64+120+255=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #4078FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4078FF is #BF8700. Grayscale: #767676. Windows color (decimal): -12551937 or 16742464. OLE color: 16742464.
HSL color Cylindrical-coordinate representation of color #4078FF: hue angle of 222.41º 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 #4078FF is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 120 | 255 | - |
| CMYK | 0.75 | 0.53 | 0 | 0 |
| HSL | 222.41º | 1% | 0.63% | - |
| HSV(B) | 222.41º | 0.75% | 1% | - |
| XYZ | 26.88 | 21.74 | 97.39 | - |
| YUV | 118.65 | 204.95 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 120 | 255 | 0.75 | 0.53 | 0 | 0 | 222.41 | 1 | 0.63 |
| Hex | 40 | 78 | FF | 4B | 35 | 0 | 0 | DE | 64 | 3F |
| Octal | 100 | 170 | 377 | 113 | 65 | 0 | 0 | 336 | 144 | 77 |
| Binary | 1000000 | 1111000 | 11111111 | 1001011 | 110101 | 0 | 0 | 11011110 | 1100100 | 111111 |
Color Harmonies of #4078FF
Complementary color
Monochromatic Colors of #4078FF
Black with #4078FF
Text Example
Text Example
White with #4078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4078FF; }
p { color: rgb(64,120,255); }
H1.HeaderClassName
{
color: #4078FF;
}
.AnyTagClassName
{
color: #4078FF;
}
</style>
background-color css
<style>
a { background-color: #4078FF; }
a { background-color: rgb(64,120,255); }
div.DivClassName
{
background-color: #4078FF;
}
.BgClassName
{
background-color: #4078FF;
}
</style>
border-color css
<style>
span { border-color: #4078FF; }
span { border-color: rgb(64,120,255); }
td.TdClassName
{
border-color: #4078FF;
}
.TagClassName
{
border-color: #4078FF;
}
</style>