Shades of Royal Blue #4167CF
Tints of Royal Blue #4167CF
RGB
CMYK
RGB Variations
Color information
#4167CF (or 0x4167CF) is known color: Royal Blue. HEX triplet: 41, 67 and CF. RGB value is (65,103,207). Sum of RGB (Red+Green+Blue) = 65+103+207=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #4167CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4167CF is #BE9830. Grayscale: #676767. Windows color (decimal): -12490801 or 13592385. OLE color: 13592385.
HSL color Cylindrical-coordinate representation of color #4167CF: hue angle of 223.94º 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 #4167CF is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 103 | 207 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.19 |
| HSL | 223.94º | 0.6% | 0.53% | - |
| HSV(B) | 223.94º | 0.69% | 0.81% | - |
| XYZ | 18.29 | 15.33 | 61.03 | - |
| YUV | 103.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 103 | 207 | 0.69 | 0.50 | 0 | 0.19 | 223.94 | 0.6 | 0.53 |
| Hex | 41 | 67 | CF | 45 | 32 | 0 | 13 | E0 | 3C | 35 |
| Octal | 101 | 147 | 317 | 105 | 62 | 0 | 23 | 340 | 74 | 65 |
| Binary | 1000001 | 1100111 | 11001111 | 1000101 | 110010 | 0 | 10011 | 11100000 | 111100 | 110101 |
Color Harmonies of #4167CF
Complementary color
Monochromatic Colors of #4167CF
Black with #4167CF
Text Example
Text Example
White with #4167CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4167CF; }
p { color: rgb(65,103,207); }
H1.HeaderClassName
{
color: #4167CF;
}
.AnyTagClassName
{
color: #4167CF;
}
</style>
background-color css
<style>
a { background-color: #4167CF; }
a { background-color: rgb(65,103,207); }
div.DivClassName
{
background-color: #4167CF;
}
.BgClassName
{
background-color: #4167CF;
}
</style>
border-color css
<style>
span { border-color: #4167CF; }
span { border-color: rgb(65,103,207); }
td.TdClassName
{
border-color: #4167CF;
}
.TagClassName
{
border-color: #4167CF;
}
</style>