Shades of Royal Blue #4369FC
Tints of Royal Blue #4369FC
RGB
CMYK
RGB Variations
Color information
#4369FC (or 0x4369FC) is known color: Royal Blue. HEX triplet: 43, 69 and FC. RGB value is (67,105,252). Sum of RGB (Red+Green+Blue) = 67+105+252=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #4369FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4369FC is #BC9603. Grayscale: #6D6D6D. Windows color (decimal): -12359172 or 16542019. OLE color: 16542019.
HSL color Cylindrical-coordinate representation of color #4369FC: hue angle of 227.68º 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 #4369FC is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 105 | 252 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.01 |
| HSL | 227.68º | 0.97% | 0.63% | - |
| HSV(B) | 227.68º | 0.73% | 0.99% | - |
| XYZ | 24.94 | 18.32 | 94.32 | - |
| YUV | 110.4 | 207.91 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 105 | 252 | 0.73 | 0.58 | 0 | 0.01 | 227.68 | 0.97 | 0.63 |
| Hex | 43 | 69 | FC | 49 | 3A | 0 | 1 | E4 | 61 | 3F |
| Octal | 103 | 151 | 374 | 111 | 72 | 0 | 1 | 344 | 141 | 77 |
| Binary | 1000011 | 1101001 | 11111100 | 1001001 | 111010 | 0 | 1 | 11100100 | 1100001 | 111111 |
Color Harmonies of #4369FC
Complementary color
Monochromatic Colors of #4369FC
Black with #4369FC
Text Example
Text Example
White with #4369FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4369FC; }
p { color: rgb(67,105,252); }
H1.HeaderClassName
{
color: #4369FC;
}
.AnyTagClassName
{
color: #4369FC;
}
</style>
background-color css
<style>
a { background-color: #4369FC; }
a { background-color: rgb(67,105,252); }
div.DivClassName
{
background-color: #4369FC;
}
.BgClassName
{
background-color: #4369FC;
}
</style>
border-color css
<style>
span { border-color: #4369FC; }
span { border-color: rgb(67,105,252); }
td.TdClassName
{
border-color: #4369FC;
}
.TagClassName
{
border-color: #4369FC;
}
</style>