Shades of Royal Blue #4673FA
Tints of Royal Blue #4673FA
RGB
CMYK
RGB Variations
Color information
#4673FA (or 0x4673FA) is known color: Royal Blue. HEX triplet: 46, 73 and FA. RGB value is (70,115,250). Sum of RGB (Red+Green+Blue) = 70+115+250=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #4673FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4673FA is #B98C05. Grayscale: #747474. Windows color (decimal): -12160006 or 16413510. OLE color: 16413510.
HSL color Cylindrical-coordinate representation of color #4673FA: hue angle of 225º 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 #4673FA is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 115 | 250 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.02 |
| HSL | 225º | 0.95% | 0.63% | - |
| HSV(B) | 225º | 0.72% | 0.98% | - |
| XYZ | 25.91 | 20.47 | 93.03 | - |
| YUV | 116.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 115 | 250 | 0.72 | 0.54 | 0 | 0.02 | 225 | 0.95 | 0.63 |
| Hex | 46 | 73 | FA | 48 | 36 | 0 | 2 | E1 | 5F | 3F |
| Octal | 106 | 163 | 372 | 110 | 66 | 0 | 2 | 341 | 137 | 77 |
| Binary | 1000110 | 1110011 | 11111010 | 1001000 | 110110 | 0 | 10 | 11100001 | 1011111 | 111111 |
Color Harmonies of #4673FA
Complementary color
Monochromatic Colors of #4673FA
Black with #4673FA
Text Example
Text Example
White with #4673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4673FA; }
p { color: rgb(70,115,250); }
H1.HeaderClassName
{
color: #4673FA;
}
.AnyTagClassName
{
color: #4673FA;
}
</style>
background-color css
<style>
a { background-color: #4673FA; }
a { background-color: rgb(70,115,250); }
div.DivClassName
{
background-color: #4673FA;
}
.BgClassName
{
background-color: #4673FA;
}
</style>
border-color css
<style>
span { border-color: #4673FA; }
span { border-color: rgb(70,115,250); }
td.TdClassName
{
border-color: #4673FA;
}
.TagClassName
{
border-color: #4673FA;
}
</style>