Shades of Royal Blue #4374FC
Tints of Royal Blue #4374FC
RGB
CMYK
RGB Variations
Color information
#4374FC (or 0x4374FC) is known color: Royal Blue. HEX triplet: 43, 74 and FC. RGB value is (67,116,252). Sum of RGB (Red+Green+Blue) = 67+116+252=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #4374FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4374FC is #BC8B03. Grayscale: #747474. Windows color (decimal): -12356356 or 16544835. OLE color: 16544835.
HSL color Cylindrical-coordinate representation of color #4374FC: hue angle of 224.11º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4374FC is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 116 | 252 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.01 |
| HSL | 224.11º | 0.97% | 0.63% | - |
| HSV(B) | 224.11º | 0.73% | 0.99% | - |
| XYZ | 26.13 | 20.71 | 94.72 | - |
| YUV | 116.85 | 204.27 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 116 | 252 | 0.73 | 0.54 | 0 | 0.01 | 224.11 | 0.97 | 0.63 |
| Hex | 43 | 74 | FC | 49 | 36 | 0 | 1 | E0 | 61 | 3F |
| Octal | 103 | 164 | 374 | 111 | 66 | 0 | 1 | 340 | 141 | 77 |
| Binary | 1000011 | 1110100 | 11111100 | 1001001 | 110110 | 0 | 1 | 11100000 | 1100001 | 111111 |
Color Harmonies of #4374FC
Complementary color
Monochromatic Colors of #4374FC
Black with #4374FC
Text Example
Text Example
White with #4374FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4374FC; }
p { color: rgb(67,116,252); }
H1.HeaderClassName
{
color: #4374FC;
}
.AnyTagClassName
{
color: #4374FC;
}
</style>
background-color css
<style>
a { background-color: #4374FC; }
a { background-color: rgb(67,116,252); }
div.DivClassName
{
background-color: #4374FC;
}
.BgClassName
{
background-color: #4374FC;
}
</style>
border-color css
<style>
span { border-color: #4374FC; }
span { border-color: rgb(67,116,252); }
td.TdClassName
{
border-color: #4374FC;
}
.TagClassName
{
border-color: #4374FC;
}
</style>