Shades of Royal Blue #4681FB
Tints of Royal Blue #4681FB
RGB
CMYK
RGB Variations
Color information
#4681FB (or 0x4681FB) is known color: Royal Blue. HEX triplet: 46, 81 and FB. RGB value is (70,129,251). Sum of RGB (Red+Green+Blue) = 70+129+251=450 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.56% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #4681FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4681FB is #B97E04. Grayscale: #7C7C7C. Windows color (decimal): -12156421 or 16482630. OLE color: 16482630.
HSL color Cylindrical-coordinate representation of color #4681FB: hue angle of 220.44º degrees, saturation: 0.96, 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 #4681FB is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 129 | 251 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.02 |
| HSL | 220.44º | 0.96% | 0.63% | - |
| HSV(B) | 220.44º | 0.72% | 0.98% | - |
| XYZ | 27.79 | 23.97 | 94.43 | - |
| YUV | 125.27 | 198.95 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 129 | 251 | 0.72 | 0.49 | 0 | 0.02 | 220.44 | 0.96 | 0.63 |
| Hex | 46 | 81 | FB | 48 | 31 | 0 | 2 | DC | 60 | 3F |
| Octal | 106 | 201 | 373 | 110 | 61 | 0 | 2 | 334 | 140 | 77 |
| Binary | 1000110 | 10000001 | 11111011 | 1001000 | 110001 | 0 | 10 | 11011100 | 1100000 | 111111 |
Color Harmonies of #4681FB
Complementary color
Monochromatic Colors of #4681FB
Black with #4681FB
Text Example
Text Example
White with #4681FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4681FB; }
p { color: rgb(70,129,251); }
H1.HeaderClassName
{
color: #4681FB;
}
.AnyTagClassName
{
color: #4681FB;
}
</style>
background-color css
<style>
a { background-color: #4681FB; }
a { background-color: rgb(70,129,251); }
div.DivClassName
{
background-color: #4681FB;
}
.BgClassName
{
background-color: #4681FB;
}
</style>
border-color css
<style>
span { border-color: #4681FB; }
span { border-color: rgb(70,129,251); }
td.TdClassName
{
border-color: #4681FB;
}
.TagClassName
{
border-color: #4681FB;
}
</style>