Shades of Royal Blue #4655DD
Tints of Royal Blue #4655DD
RGB
CMYK
RGB Variations
Color information
#4655DD (or 0x4655DD) is known color: Royal Blue. HEX triplet: 46, 55 and DD. RGB value is (70,85,221). Sum of RGB (Red+Green+Blue) = 70+85+221=376 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.62% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #4655DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4655DD is #B9AA22. Grayscale: #5F5F5F. Windows color (decimal): -12167715 or 14505286. OLE color: 14505286.
HSL color Cylindrical-coordinate representation of color #4655DD: hue angle of 234.04º 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 #4655DD is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 85 | 221 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.13 |
| HSL | 234.04º | 0.69% | 0.57% | - |
| HSV(B) | 234.04º | 0.68% | 0.87% | - |
| XYZ | 18.83 | 13.02 | 69.93 | - |
| YUV | 96.02 | 198.53 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 221 | 0.68 | 0.62 | 0 | 0.13 | 234.04 | 0.69 | 0.57 |
| Hex | 46 | 55 | DD | 44 | 3E | 0 | D | EA | 45 | 39 |
| Octal | 106 | 125 | 335 | 104 | 76 | 0 | 15 | 352 | 105 | 71 |
| Binary | 1000110 | 1010101 | 11011101 | 1000100 | 111110 | 0 | 1101 | 11101010 | 1000101 | 111001 |
Color Harmonies of #4655DD
Complementary color
Monochromatic Colors of #4655DD
Black with #4655DD
Text Example
Text Example
White with #4655DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4655DD; }
p { color: rgb(70,85,221); }
H1.HeaderClassName
{
color: #4655DD;
}
.AnyTagClassName
{
color: #4655DD;
}
</style>
background-color css
<style>
a { background-color: #4655DD; }
a { background-color: rgb(70,85,221); }
div.DivClassName
{
background-color: #4655DD;
}
.BgClassName
{
background-color: #4655DD;
}
</style>
border-color css
<style>
span { border-color: #4655DD; }
span { border-color: rgb(70,85,221); }
td.TdClassName
{
border-color: #4655DD;
}
.TagClassName
{
border-color: #4655DD;
}
</style>