Shades of Royal Blue #4164DC
Tints of Royal Blue #4164DC
RGB
CMYK
RGB Variations
Color information
#4164DC (or 0x4164DC) is known color: Royal Blue. HEX triplet: 41, 64 and DC. RGB value is (65,100,220). Sum of RGB (Red+Green+Blue) = 65+100+220=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #4164DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4164DC is #BE9B23. Grayscale: #666666. Windows color (decimal): -12491556 or 14443585. OLE color: 14443585.
HSL color Cylindrical-coordinate representation of color #4164DC: hue angle of 226.45º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4164DC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 100 | 220 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.14 |
| HSL | 226.45º | 0.69% | 0.56% | - |
| HSV(B) | 226.45º | 0.7% | 0.86% | - |
| XYZ | 19.66 | 15.41 | 69.65 | - |
| YUV | 103.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 100 | 220 | 0.70 | 0.55 | 0 | 0.14 | 226.45 | 0.69 | 0.56 |
| Hex | 41 | 64 | DC | 46 | 37 | 0 | E | E2 | 45 | 38 |
| Octal | 101 | 144 | 334 | 106 | 67 | 0 | 16 | 342 | 105 | 70 |
| Binary | 1000001 | 1100100 | 11011100 | 1000110 | 110111 | 0 | 1110 | 11100010 | 1000101 | 111000 |
Color Harmonies of #4164DC
Complementary color
Monochromatic Colors of #4164DC
Black with #4164DC
Text Example
Text Example
White with #4164DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4164DC; }
p { color: rgb(65,100,220); }
H1.HeaderClassName
{
color: #4164DC;
}
.AnyTagClassName
{
color: #4164DC;
}
</style>
background-color css
<style>
a { background-color: #4164DC; }
a { background-color: rgb(65,100,220); }
div.DivClassName
{
background-color: #4164DC;
}
.BgClassName
{
background-color: #4164DC;
}
</style>
border-color css
<style>
span { border-color: #4164DC; }
span { border-color: rgb(65,100,220); }
td.TdClassName
{
border-color: #4164DC;
}
.TagClassName
{
border-color: #4164DC;
}
</style>