Shades of Royal Blue #4674FA
Tints of Royal Blue #4674FA
RGB
CMYK
RGB Variations
Color information
#4674FA (or 0x4674FA) is known color: Royal Blue. HEX triplet: 46, 74 and FA. RGB value is (70,116,250). Sum of RGB (Red+Green+Blue) = 70+116+250=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4674FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4674FA is #B98B05. Grayscale: #747474. Windows color (decimal): -12159750 or 16413766. OLE color: 16413766.
HSL color Cylindrical-coordinate representation of color #4674FA: hue angle of 224.67º degrees, saturation: 0.95, 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 #4674FA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 116 | 250 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.02 |
| HSL | 224.67º | 0.95% | 0.63% | - |
| HSV(B) | 224.67º | 0.72% | 0.98% | - |
| XYZ | 26.03 | 20.7 | 93.07 | - |
| YUV | 117.52 | 202.76 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 116 | 250 | 0.72 | 0.54 | 0 | 0.02 | 224.67 | 0.95 | 0.63 |
| Hex | 46 | 74 | FA | 48 | 36 | 0 | 2 | E1 | 5F | 3F |
| Octal | 106 | 164 | 372 | 110 | 66 | 0 | 2 | 341 | 137 | 77 |
| Binary | 1000110 | 1110100 | 11111010 | 1001000 | 110110 | 0 | 10 | 11100001 | 1011111 | 111111 |
Color Harmonies of #4674FA
Complementary color
Monochromatic Colors of #4674FA
Black with #4674FA
Text Example
Text Example
White with #4674FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4674FA; }
p { color: rgb(70,116,250); }
H1.HeaderClassName
{
color: #4674FA;
}
.AnyTagClassName
{
color: #4674FA;
}
</style>
background-color css
<style>
a { background-color: #4674FA; }
a { background-color: rgb(70,116,250); }
div.DivClassName
{
background-color: #4674FA;
}
.BgClassName
{
background-color: #4674FA;
}
</style>
border-color css
<style>
span { border-color: #4674FA; }
span { border-color: rgb(70,116,250); }
td.TdClassName
{
border-color: #4674FA;
}
.TagClassName
{
border-color: #4674FA;
}
</style>