Shades of Royal Blue #4772D7
Tints of Royal Blue #4772D7
RGB
CMYK
RGB Variations
Color information
#4772D7 (or 0x4772D7) is known color: Royal Blue. HEX triplet: 47, 72 and D7. RGB value is (71,114,215). Sum of RGB (Red+Green+Blue) = 71+114+215=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #4772D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4772D7 is #B88D28. Grayscale: #707070. Windows color (decimal): -12094761 or 14119495. OLE color: 14119495.
HSL color Cylindrical-coordinate representation of color #4772D7: hue angle of 222.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4772D7 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 114 | 215 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.16 |
| HSL | 222.08º | 0.64% | 0.56% | - |
| HSV(B) | 222.08º | 0.67% | 0.84% | - |
| XYZ | 20.88 | 18.28 | 66.72 | - |
| YUV | 112.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 215 | 0.67 | 0.47 | 0 | 0.16 | 222.08 | 0.64 | 0.56 |
| Hex | 47 | 72 | D7 | 43 | 2F | 0 | 10 | DE | 40 | 38 |
| Octal | 107 | 162 | 327 | 103 | 57 | 0 | 20 | 336 | 100 | 70 |
| Binary | 1000111 | 1110010 | 11010111 | 1000011 | 101111 | 0 | 10000 | 11011110 | 1000000 | 111000 |
Color Harmonies of #4772D7
Complementary color
Monochromatic Colors of #4772D7
Black with #4772D7
Text Example
Text Example
White with #4772D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772D7; }
p { color: rgb(71,114,215); }
H1.HeaderClassName
{
color: #4772D7;
}
.AnyTagClassName
{
color: #4772D7;
}
</style>
background-color css
<style>
a { background-color: #4772D7; }
a { background-color: rgb(71,114,215); }
div.DivClassName
{
background-color: #4772D7;
}
.BgClassName
{
background-color: #4772D7;
}
</style>
border-color css
<style>
span { border-color: #4772D7; }
span { border-color: rgb(71,114,215); }
td.TdClassName
{
border-color: #4772D7;
}
.TagClassName
{
border-color: #4772D7;
}
</style>