Shades of Royal Blue #4174FC
Tints of Royal Blue #4174FC
RGB
CMYK
RGB Variations
Color information
#4174FC (or 0x4174FC) is known color: Royal Blue. HEX triplet: 41, 74 and FC. RGB value is (65,116,252). Sum of RGB (Red+Green+Blue) = 65+116+252=433 (57% of max value = 765). Red value is 65 (25.78% from 255 or 15.01% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4174FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4174FC is #BE8B03. Grayscale: #737373. Windows color (decimal): -12487428 or 16544833. OLE color: 16544833.
HSL color Cylindrical-coordinate representation of color #4174FC: hue angle of 223.64º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4174FC is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 116 | 252 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.01 |
| HSL | 223.64º | 0.97% | 0.62% | - |
| HSV(B) | 223.64º | 0.74% | 0.99% | - |
| XYZ | 26 | 20.64 | 94.71 | - |
| YUV | 116.26 | 204.6 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 116 | 252 | 0.74 | 0.54 | 0 | 0.01 | 223.64 | 0.97 | 0.62 |
| Hex | 41 | 74 | FC | 4A | 36 | 0 | 1 | E0 | 61 | 3E |
| Octal | 101 | 164 | 374 | 112 | 66 | 0 | 1 | 340 | 141 | 76 |
| Binary | 1000001 | 1110100 | 11111100 | 1001010 | 110110 | 0 | 1 | 11100000 | 1100001 | 111110 |
Color Harmonies of #4174FC
Complementary color
Monochromatic Colors of #4174FC
Black with #4174FC
Text Example
Text Example
White with #4174FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4174FC; }
p { color: rgb(65,116,252); }
H1.HeaderClassName
{
color: #4174FC;
}
.AnyTagClassName
{
color: #4174FC;
}
</style>
background-color css
<style>
a { background-color: #4174FC; }
a { background-color: rgb(65,116,252); }
div.DivClassName
{
background-color: #4174FC;
}
.BgClassName
{
background-color: #4174FC;
}
</style>
border-color css
<style>
span { border-color: #4174FC; }
span { border-color: rgb(65,116,252); }
td.TdClassName
{
border-color: #4174FC;
}
.TagClassName
{
border-color: #4174FC;
}
</style>