Shades of Royal Blue #4775DC
Tints of Royal Blue #4775DC
RGB
CMYK
RGB Variations
Color information
#4775DC (or 0x4775DC) is known color: Royal Blue. HEX triplet: 47, 75 and DC. RGB value is (71,117,220). Sum of RGB (Red+Green+Blue) = 71+117+220=408 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.40% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #4775DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775DC is #B88A23. Grayscale: #727272. Windows color (decimal): -12093988 or 14447943. OLE color: 14447943.
HSL color Cylindrical-coordinate representation of color #4775DC: hue angle of 221.48º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4775DC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 117 | 220 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.14 |
| HSL | 221.48º | 0.68% | 0.57% | - |
| HSV(B) | 221.48º | 0.68% | 0.86% | - |
| XYZ | 21.88 | 19.23 | 70.27 | - |
| YUV | 114.99 | 187.26 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 220 | 0.68 | 0.47 | 0 | 0.14 | 221.48 | 0.68 | 0.57 |
| Hex | 47 | 75 | DC | 44 | 2F | 0 | E | DD | 44 | 39 |
| Octal | 107 | 165 | 334 | 104 | 57 | 0 | 16 | 335 | 104 | 71 |
| Binary | 1000111 | 1110101 | 11011100 | 1000100 | 101111 | 0 | 1110 | 11011101 | 1000100 | 111001 |
Color Harmonies of #4775DC
Complementary color
Monochromatic Colors of #4775DC
Black with #4775DC
Text Example
Text Example
White with #4775DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4775DC; }
p { color: rgb(71,117,220); }
H1.HeaderClassName
{
color: #4775DC;
}
.AnyTagClassName
{
color: #4775DC;
}
</style>
background-color css
<style>
a { background-color: #4775DC; }
a { background-color: rgb(71,117,220); }
div.DivClassName
{
background-color: #4775DC;
}
.BgClassName
{
background-color: #4775DC;
}
</style>
border-color css
<style>
span { border-color: #4775DC; }
span { border-color: rgb(71,117,220); }
td.TdClassName
{
border-color: #4775DC;
}
.TagClassName
{
border-color: #4775DC;
}
</style>