Shades of Royal Blue #4374FA
Tints of Royal Blue #4374FA
RGB
CMYK
RGB Variations
Color information
#4374FA (or 0x4374FA) is known color: Royal Blue. HEX triplet: 43, 74 and FA. RGB value is (67,116,250). Sum of RGB (Red+Green+Blue) = 67+116+250=433 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.47% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #4374FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4374FA is #BC8B05. Grayscale: #747474. Windows color (decimal): -12356358 or 16413763. OLE color: 16413763.
HSL color Cylindrical-coordinate representation of color #4374FA: hue angle of 223.93º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4374FA is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 67 | 116 | 250 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.02 |
| HSL | 223.93º | 0.95% | 0.62% | - |
| HSV(B) | 223.93º | 0.73% | 0.98% | - |
| XYZ | 25.82 | 20.59 | 93.06 | - |
| YUV | 116.63 | 203.27 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 250 | 0.73 | 0.54 | 0 | 0.02 | 223.93 | 0.95 | 0.62 |
| Hex | 43 | 74 | FA | 49 | 36 | 0 | 2 | E0 | 5F | 3E |
| Octal | 103 | 164 | 372 | 111 | 66 | 0 | 2 | 340 | 137 | 76 |
| Binary | 1000011 | 1110100 | 11111010 | 1001001 | 110110 | 0 | 10 | 11100000 | 1011111 | 111110 |
Color Harmonies of #4374FA
Complementary color
Monochromatic Colors of #4374FA
Black with #4374FA
Text Example
Text Example
White with #4374FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4374FA; }
p { color: rgb(67,116,250); }
H1.HeaderClassName
{
color: #4374FA;
}
.AnyTagClassName
{
color: #4374FA;
}
</style>
background-color css
<style>
a { background-color: #4374FA; }
a { background-color: rgb(67,116,250); }
div.DivClassName
{
background-color: #4374FA;
}
.BgClassName
{
background-color: #4374FA;
}
</style>
border-color css
<style>
span { border-color: #4374FA; }
span { border-color: rgb(67,116,250); }
td.TdClassName
{
border-color: #4374FA;
}
.TagClassName
{
border-color: #4374FA;
}
</style>