Shades of Royal Blue #4682FD
Tints of Royal Blue #4682FD
RGB
CMYK
RGB Variations
Color information
#4682FD (or 0x4682FD) is known color: Royal Blue. HEX triplet: 46, 82 and FD. RGB value is (70,130,253). Sum of RGB (Red+Green+Blue) = 70+130+253=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #4682FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4682FD is #B97D02. Grayscale: #7D7D7D. Windows color (decimal): -12156163 or 16613958. OLE color: 16613958.
HSL color Cylindrical-coordinate representation of color #4682FD: hue angle of 220.33º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4682FD is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 130 | 253 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.01 |
| HSL | 220.33º | 0.98% | 0.63% | - |
| HSV(B) | 220.33º | 0.72% | 0.99% | - |
| XYZ | 28.24 | 24.36 | 96.14 | - |
| YUV | 126.08 | 199.62 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 253 | 0.72 | 0.49 | 0 | 0.01 | 220.33 | 0.98 | 0.63 |
| Hex | 46 | 82 | FD | 48 | 31 | 0 | 1 | DC | 62 | 3F |
| Octal | 106 | 202 | 375 | 110 | 61 | 0 | 1 | 334 | 142 | 77 |
| Binary | 1000110 | 10000010 | 11111101 | 1001000 | 110001 | 0 | 1 | 11011100 | 1100010 | 111111 |
Color Harmonies of #4682FD
Complementary color
Monochromatic Colors of #4682FD
Black with #4682FD
Text Example
Text Example
White with #4682FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682FD; }
p { color: rgb(70,130,253); }
H1.HeaderClassName
{
color: #4682FD;
}
.AnyTagClassName
{
color: #4682FD;
}
</style>
background-color css
<style>
a { background-color: #4682FD; }
a { background-color: rgb(70,130,253); }
div.DivClassName
{
background-color: #4682FD;
}
.BgClassName
{
background-color: #4682FD;
}
</style>
border-color css
<style>
span { border-color: #4682FD; }
span { border-color: rgb(70,130,253); }
td.TdClassName
{
border-color: #4682FD;
}
.TagClassName
{
border-color: #4682FD;
}
</style>