Shades of Royal Blue #4666D1
Tints of Royal Blue #4666D1
RGB
CMYK
RGB Variations
Color information
#4666D1 (or 0x4666D1) is known color: Royal Blue. HEX triplet: 46, 66 and D1. RGB value is (70,102,209). Sum of RGB (Red+Green+Blue) = 70+102+209=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #4666D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666D1 is #B9992E. Grayscale: #686868. Windows color (decimal): -12163375 or 13723206. OLE color: 13723206.
HSL color Cylindrical-coordinate representation of color #4666D1: hue angle of 226.19º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4666D1 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 102 | 209 | - |
| CMYK | 0.67 | 0.51 | 0 | 0.18 |
| HSL | 226.19º | 0.6% | 0.55% | - |
| HSV(B) | 226.19º | 0.67% | 0.82% | - |
| XYZ | 18.79 | 15.41 | 62.31 | - |
| YUV | 104.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 209 | 0.67 | 0.51 | 0 | 0.18 | 226.19 | 0.6 | 0.55 |
| Hex | 46 | 66 | D1 | 43 | 33 | 0 | 12 | E2 | 3C | 37 |
| Octal | 106 | 146 | 321 | 103 | 63 | 0 | 22 | 342 | 74 | 67 |
| Binary | 1000110 | 1100110 | 11010001 | 1000011 | 110011 | 0 | 10010 | 11100010 | 111100 | 110111 |
Color Harmonies of #4666D1
Complementary color
Monochromatic Colors of #4666D1
Black with #4666D1
Text Example
Text Example
White with #4666D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666D1; }
p { color: rgb(70,102,209); }
H1.HeaderClassName
{
color: #4666D1;
}
.AnyTagClassName
{
color: #4666D1;
}
</style>
background-color css
<style>
a { background-color: #4666D1; }
a { background-color: rgb(70,102,209); }
div.DivClassName
{
background-color: #4666D1;
}
.BgClassName
{
background-color: #4666D1;
}
</style>
border-color css
<style>
span { border-color: #4666D1; }
span { border-color: rgb(70,102,209); }
td.TdClassName
{
border-color: #4666D1;
}
.TagClassName
{
border-color: #4666D1;
}
</style>