Shades of Royal Blue #4680FA
Tints of Royal Blue #4680FA
RGB
CMYK
RGB Variations
Color information
#4680FA (or 0x4680FA) is known color: Royal Blue. HEX triplet: 46, 80 and FA. RGB value is (70,128,250). Sum of RGB (Red+Green+Blue) = 70+128+250=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #4680FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FA is #B97F05. Grayscale: #7C7C7C. Windows color (decimal): -12156678 or 16416838. OLE color: 16416838.
HSL color Cylindrical-coordinate representation of color #4680FA: hue angle of 220.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4680FA is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 128 | 250 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.02 |
| HSL | 220.67º | 0.95% | 0.63% | - |
| HSV(B) | 220.67º | 0.72% | 0.98% | - |
| XYZ | 27.5 | 23.64 | 93.56 | - |
| YUV | 124.57 | 198.78 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 250 | 0.72 | 0.49 | 0 | 0.02 | 220.67 | 0.95 | 0.63 |
| Hex | 46 | 80 | FA | 48 | 31 | 0 | 2 | DD | 5F | 3F |
| Octal | 106 | 200 | 372 | 110 | 61 | 0 | 2 | 335 | 137 | 77 |
| Binary | 1000110 | 10000000 | 11111010 | 1001000 | 110001 | 0 | 10 | 11011101 | 1011111 | 111111 |
Color Harmonies of #4680FA
Complementary color
Monochromatic Colors of #4680FA
Black with #4680FA
Text Example
Text Example
White with #4680FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680FA; }
p { color: rgb(70,128,250); }
H1.HeaderClassName
{
color: #4680FA;
}
.AnyTagClassName
{
color: #4680FA;
}
</style>
background-color css
<style>
a { background-color: #4680FA; }
a { background-color: rgb(70,128,250); }
div.DivClassName
{
background-color: #4680FA;
}
.BgClassName
{
background-color: #4680FA;
}
</style>
border-color css
<style>
span { border-color: #4680FA; }
span { border-color: rgb(70,128,250); }
td.TdClassName
{
border-color: #4680FA;
}
.TagClassName
{
border-color: #4680FA;
}
</style>