Shades of Royal Blue #4674FD
Tints of Royal Blue #4674FD
RGB
CMYK
RGB Variations
Color information
#4674FD (or 0x4674FD) is known color: Royal Blue. HEX triplet: 46, 74 and FD. RGB value is (70,116,253). Sum of RGB (Red+Green+Blue) = 70+116+253=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 116 (45.70% from 255 or 26.42% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #4674FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4674FD is #B98B02. Grayscale: #757575. Windows color (decimal): -12159747 or 16610374. OLE color: 16610374.
HSL color Cylindrical-coordinate representation of color #4674FD: hue angle of 224.92º 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 #4674FD is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 116 | 253 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.01 |
| HSL | 224.92º | 0.98% | 0.63% | - |
| HSV(B) | 224.92º | 0.72% | 0.99% | - |
| XYZ | 26.5 | 20.88 | 95.56 | - |
| YUV | 117.86 | 204.26 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 253 | 0.72 | 0.54 | 0 | 0.01 | 224.92 | 0.98 | 0.63 |
| Hex | 46 | 74 | FD | 48 | 36 | 0 | 1 | E1 | 62 | 3F |
| Octal | 106 | 164 | 375 | 110 | 66 | 0 | 1 | 341 | 142 | 77 |
| Binary | 1000110 | 1110100 | 11111101 | 1001000 | 110110 | 0 | 1 | 11100001 | 1100010 | 111111 |
Color Harmonies of #4674FD
Complementary color
Monochromatic Colors of #4674FD
Black with #4674FD
Text Example
Text Example
White with #4674FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4674FD; }
p { color: rgb(70,116,253); }
H1.HeaderClassName
{
color: #4674FD;
}
.AnyTagClassName
{
color: #4674FD;
}
</style>
background-color css
<style>
a { background-color: #4674FD; }
a { background-color: rgb(70,116,253); }
div.DivClassName
{
background-color: #4674FD;
}
.BgClassName
{
background-color: #4674FD;
}
</style>
border-color css
<style>
span { border-color: #4674FD; }
span { border-color: rgb(70,116,253); }
td.TdClassName
{
border-color: #4674FD;
}
.TagClassName
{
border-color: #4674FD;
}
</style>