Shades of Royal Blue #4164CF
Tints of Royal Blue #4164CF
RGB
CMYK
RGB Variations
Color information
#4164CF (or 0x4164CF) is known color: Royal Blue. HEX triplet: 41, 64 and CF. RGB value is (65,100,207). Sum of RGB (Red+Green+Blue) = 65+100+207=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #4164CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164CF is #BE9B30. Grayscale: #656565. Windows color (decimal): -12491569 or 13591617. OLE color: 13591617.
HSL color Cylindrical-coordinate representation of color #4164CF: hue angle of 225.21º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4164CF is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 100 | 207 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.19 |
| HSL | 225.21º | 0.6% | 0.53% | - |
| HSV(B) | 225.21º | 0.69% | 0.81% | - |
| XYZ | 18 | 14.74 | 60.93 | - |
| YUV | 101.73 | 187.4 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 207 | 0.69 | 0.52 | 0 | 0.19 | 225.21 | 0.6 | 0.53 |
| Hex | 41 | 64 | CF | 45 | 34 | 0 | 13 | E1 | 3C | 35 |
| Octal | 101 | 144 | 317 | 105 | 64 | 0 | 23 | 341 | 74 | 65 |
| Binary | 1000001 | 1100100 | 11001111 | 1000101 | 110100 | 0 | 10011 | 11100001 | 111100 | 110101 |
Color Harmonies of #4164CF
Complementary color
Monochromatic Colors of #4164CF
Black with #4164CF
Text Example
Text Example
White with #4164CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164CF; }
p { color: rgb(65,100,207); }
H1.HeaderClassName
{
color: #4164CF;
}
.AnyTagClassName
{
color: #4164CF;
}
</style>
background-color css
<style>
a { background-color: #4164CF; }
a { background-color: rgb(65,100,207); }
div.DivClassName
{
background-color: #4164CF;
}
.BgClassName
{
background-color: #4164CF;
}
</style>
border-color css
<style>
span { border-color: #4164CF; }
span { border-color: rgb(65,100,207); }
td.TdClassName
{
border-color: #4164CF;
}
.TagClassName
{
border-color: #4164CF;
}
</style>