Shades of Royal Blue #4164FC
Tints of Royal Blue #4164FC
RGB
CMYK
RGB Variations
Color information
#4164FC (or 0x4164FC) is known color: Royal Blue. HEX triplet: 41, 64 and FC. RGB value is (65,100,252). Sum of RGB (Red+Green+Blue) = 65+100+252=417 (55% of max value = 765). Red value is 65 (25.78% from 255 or 15.59% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #4164FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4164FC is #BE9B03. Grayscale: #6A6A6A. Windows color (decimal): -12491524 or 16540737. OLE color: 16540737.
HSL color Cylindrical-coordinate representation of color #4164FC: hue angle of 228.77º 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 #4164FC is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 100 | 252 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.01 |
| HSL | 228.77º | 0.97% | 0.62% | - |
| HSV(B) | 228.77º | 0.74% | 0.99% | - |
| XYZ | 24.31 | 17.27 | 94.15 | - |
| YUV | 106.86 | 209.9 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 252 | 0.74 | 0.60 | 0 | 0.01 | 228.77 | 0.97 | 0.62 |
| Hex | 41 | 64 | FC | 4A | 3C | 0 | 1 | E5 | 61 | 3E |
| Octal | 101 | 144 | 374 | 112 | 74 | 0 | 1 | 345 | 141 | 76 |
| Binary | 1000001 | 1100100 | 11111100 | 1001010 | 111100 | 0 | 1 | 11100101 | 1100001 | 111110 |
Color Harmonies of #4164FC
Complementary color
Monochromatic Colors of #4164FC
Black with #4164FC
Text Example
Text Example
White with #4164FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164FC; }
p { color: rgb(65,100,252); }
H1.HeaderClassName
{
color: #4164FC;
}
.AnyTagClassName
{
color: #4164FC;
}
</style>
background-color css
<style>
a { background-color: #4164FC; }
a { background-color: rgb(65,100,252); }
div.DivClassName
{
background-color: #4164FC;
}
.BgClassName
{
background-color: #4164FC;
}
</style>
border-color css
<style>
span { border-color: #4164FC; }
span { border-color: rgb(65,100,252); }
td.TdClassName
{
border-color: #4164FC;
}
.TagClassName
{
border-color: #4164FC;
}
</style>