Shades of Royal Blue #4666DD
Tints of Royal Blue #4666DD
RGB
CMYK
RGB Variations
Color information
#4666DD (or 0x4666DD) is known color: Royal Blue. HEX triplet: 46, 66 and DD. RGB value is (70,102,221). Sum of RGB (Red+Green+Blue) = 70+102+221=393 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.81% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #4666DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666DD is #B99922. Grayscale: #696969. Windows color (decimal): -12163363 or 14509638. OLE color: 14509638.
HSL color Cylindrical-coordinate representation of color #4666DD: hue angle of 227.28º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4666DD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 102 | 221 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.13 |
| HSL | 227.28º | 0.69% | 0.57% | - |
| HSV(B) | 227.28º | 0.68% | 0.87% | - |
| XYZ | 20.33 | 16.03 | 70.43 | - |
| YUV | 106 | 192.9 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 221 | 0.68 | 0.54 | 0 | 0.13 | 227.28 | 0.69 | 0.57 |
| Hex | 46 | 66 | DD | 44 | 36 | 0 | D | E3 | 45 | 39 |
| Octal | 106 | 146 | 335 | 104 | 66 | 0 | 15 | 343 | 105 | 71 |
| Binary | 1000110 | 1100110 | 11011101 | 1000100 | 110110 | 0 | 1101 | 11100011 | 1000101 | 111001 |
Color Harmonies of #4666DD
Complementary color
Monochromatic Colors of #4666DD
Black with #4666DD
Text Example
Text Example
White with #4666DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666DD; }
p { color: rgb(70,102,221); }
H1.HeaderClassName
{
color: #4666DD;
}
.AnyTagClassName
{
color: #4666DD;
}
</style>
background-color css
<style>
a { background-color: #4666DD; }
a { background-color: rgb(70,102,221); }
div.DivClassName
{
background-color: #4666DD;
}
.BgClassName
{
background-color: #4666DD;
}
</style>
border-color css
<style>
span { border-color: #4666DD; }
span { border-color: rgb(70,102,221); }
td.TdClassName
{
border-color: #4666DD;
}
.TagClassName
{
border-color: #4666DD;
}
</style>