Shades of Royal Blue #4680FF
Tints of Royal Blue #4680FF
RGB
CMYK
RGB Variations
Color information
#4680FF (or 0x4680FF) is known color: Royal Blue. HEX triplet: 46, 80 and FF. RGB value is (70,128,255). Sum of RGB (Red+Green+Blue) = 70+128+255=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #4680FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FF is #B97F00. Grayscale: #7C7C7C. Windows color (decimal): -12156673 or 16744518. OLE color: 16744518.
HSL color Cylindrical-coordinate representation of color #4680FF: hue angle of 221.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4680FF is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 128 | 255 | - |
| CMYK | 0.73 | 0.50 | 0 | 0 |
| HSL | 221.19º | 1% | 0.64% | - |
| HSV(B) | 221.19º | 0.73% | 1% | - |
| XYZ | 28.29 | 23.96 | 97.74 | - |
| YUV | 125.14 | 201.28 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 255 | 0.73 | 0.50 | 0 | 0 | 221.19 | 1 | 0.64 |
| Hex | 46 | 80 | FF | 49 | 32 | 0 | 0 | DD | 64 | 40 |
| Octal | 106 | 200 | 377 | 111 | 62 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1000110 | 10000000 | 11111111 | 1001001 | 110010 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4680FF
Complementary color
Monochromatic Colors of #4680FF
Black with #4680FF
Text Example
Text Example
White with #4680FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680FF; }
p { color: rgb(70,128,255); }
H1.HeaderClassName
{
color: #4680FF;
}
.AnyTagClassName
{
color: #4680FF;
}
</style>
background-color css
<style>
a { background-color: #4680FF; }
a { background-color: rgb(70,128,255); }
div.DivClassName
{
background-color: #4680FF;
}
.BgClassName
{
background-color: #4680FF;
}
</style>
border-color css
<style>
span { border-color: #4680FF; }
span { border-color: rgb(70,128,255); }
td.TdClassName
{
border-color: #4680FF;
}
.TagClassName
{
border-color: #4680FF;
}
</style>