Shades of Royal Blue #4770CE
Tints of Royal Blue #4770CE
RGB
CMYK
RGB Variations
Color information
#4770CE (or 0x4770CE) is known color: Royal Blue. HEX triplet: 47, 70 and CE. RGB value is (71,112,206). Sum of RGB (Red+Green+Blue) = 71+112+206=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #4770CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770CE is #B88F31. Grayscale: #6E6E6E. Windows color (decimal): -12095282 or 13529159. OLE color: 13529159.
HSL color Cylindrical-coordinate representation of color #4770CE: hue angle of 221.78º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4770CE is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 71 | 112 | 206 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.19 |
| HSL | 221.78º | 0.58% | 0.54% | - |
| HSV(B) | 221.78º | 0.66% | 0.81% | - |
| XYZ | 19.53 | 17.38 | 60.72 | - |
| YUV | 110.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 206 | 0.66 | 0.46 | 0 | 0.19 | 221.78 | 0.58 | 0.54 |
| Hex | 47 | 70 | CE | 42 | 2E | 0 | 13 | DE | 3A | 36 |
| Octal | 107 | 160 | 316 | 102 | 56 | 0 | 23 | 336 | 72 | 66 |
| Binary | 1000111 | 1110000 | 11001110 | 1000010 | 101110 | 0 | 10011 | 11011110 | 111010 | 110110 |
Color Harmonies of #4770CE
Complementary color
Monochromatic Colors of #4770CE
Black with #4770CE
Text Example
Text Example
White with #4770CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4770CE; }
p { color: rgb(71,112,206); }
H1.HeaderClassName
{
color: #4770CE;
}
.AnyTagClassName
{
color: #4770CE;
}
</style>
background-color css
<style>
a { background-color: #4770CE; }
a { background-color: rgb(71,112,206); }
div.DivClassName
{
background-color: #4770CE;
}
.BgClassName
{
background-color: #4770CE;
}
</style>
border-color css
<style>
span { border-color: #4770CE; }
span { border-color: rgb(71,112,206); }
td.TdClassName
{
border-color: #4770CE;
}
.TagClassName
{
border-color: #4770CE;
}
</style>