Shades of Royal Blue #4681FE
Tints of Royal Blue #4681FE
RGB
CMYK
RGB Variations
Color information
#4681FE (or 0x4681FE) is known color: Royal Blue. HEX triplet: 46, 81 and FE. RGB value is (70,129,254). Sum of RGB (Red+Green+Blue) = 70+129+254=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #4681FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4681FE is #B97E01. Grayscale: #7D7D7D. Windows color (decimal): -12156418 or 16679238. OLE color: 16679238.
HSL color Cylindrical-coordinate representation of color #4681FE: hue angle of 220.76º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4681FE is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 129 | 254 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.00 |
| HSL | 220.76º | 0.99% | 0.64% | - |
| HSV(B) | 220.76º | 0.72% | 1% | - |
| XYZ | 28.27 | 24.16 | 96.94 | - |
| YUV | 125.61 | 200.45 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 254 | 0.72 | 0.49 | 0 | 0.00 | 220.76 | 0.99 | 0.64 |
| Hex | 46 | 81 | FE | 48 | 31 | 0 | 0 | DD | 63 | 40 |
| Octal | 106 | 201 | 376 | 110 | 61 | 0 | 0 | 335 | 143 | 100 |
| Binary | 1000110 | 10000001 | 11111110 | 1001000 | 110001 | 0 | 0 | 11011101 | 1100011 | 1000000 |
Color Harmonies of #4681FE
Complementary color
Monochromatic Colors of #4681FE
Black with #4681FE
Text Example
Text Example
White with #4681FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4681FE; }
p { color: rgb(70,129,254); }
H1.HeaderClassName
{
color: #4681FE;
}
.AnyTagClassName
{
color: #4681FE;
}
</style>
background-color css
<style>
a { background-color: #4681FE; }
a { background-color: rgb(70,129,254); }
div.DivClassName
{
background-color: #4681FE;
}
.BgClassName
{
background-color: #4681FE;
}
</style>
border-color css
<style>
span { border-color: #4681FE; }
span { border-color: rgb(70,129,254); }
td.TdClassName
{
border-color: #4681FE;
}
.TagClassName
{
border-color: #4681FE;
}
</style>