Shades of Royal Blue #4673FD
Tints of Royal Blue #4673FD
RGB
CMYK
RGB Variations
Color information
#4673FD (or 0x4673FD) is known color: Royal Blue. HEX triplet: 46, 73 and FD. RGB value is (70,115,253). Sum of RGB (Red+Green+Blue) = 70+115+253=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #4673FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4673FD is #B98C02. Grayscale: #747474. Windows color (decimal): -12160003 or 16610118. OLE color: 16610118.
HSL color Cylindrical-coordinate representation of color #4673FD: hue angle of 225.25º 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 #4673FD is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 115 | 253 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.01 |
| HSL | 225.25º | 0.98% | 0.63% | - |
| HSV(B) | 225.25º | 0.72% | 0.99% | - |
| XYZ | 26.39 | 20.66 | 95.52 | - |
| YUV | 117.28 | 204.59 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 253 | 0.72 | 0.55 | 0 | 0.01 | 225.25 | 0.98 | 0.63 |
| Hex | 46 | 73 | FD | 48 | 37 | 0 | 1 | E1 | 62 | 3F |
| Octal | 106 | 163 | 375 | 110 | 67 | 0 | 1 | 341 | 142 | 77 |
| Binary | 1000110 | 1110011 | 11111101 | 1001000 | 110111 | 0 | 1 | 11100001 | 1100010 | 111111 |
Color Harmonies of #4673FD
Complementary color
Monochromatic Colors of #4673FD
Black with #4673FD
Text Example
Text Example
White with #4673FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673FD; }
p { color: rgb(70,115,253); }
H1.HeaderClassName
{
color: #4673FD;
}
.AnyTagClassName
{
color: #4673FD;
}
</style>
background-color css
<style>
a { background-color: #4673FD; }
a { background-color: rgb(70,115,253); }
div.DivClassName
{
background-color: #4673FD;
}
.BgClassName
{
background-color: #4673FD;
}
</style>
border-color css
<style>
span { border-color: #4673FD; }
span { border-color: rgb(70,115,253); }
td.TdClassName
{
border-color: #4673FD;
}
.TagClassName
{
border-color: #4673FD;
}
</style>