Shades of Royal Blue #4775DB
Tints of Royal Blue #4775DB
RGB
CMYK
RGB Variations
Color information
#4775DB (or 0x4775DB) is known color: Royal Blue. HEX triplet: 47, 75 and DB. RGB value is (71,117,219). Sum of RGB (Red+Green+Blue) = 71+117+219=407 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.44% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #4775DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4775DB is #B88A24. Grayscale: #727272. Windows color (decimal): -12093989 or 14382407. OLE color: 14382407.
HSL color Cylindrical-coordinate representation of color #4775DB: hue angle of 221.35º degrees, saturation: 0.67, 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 #4775DB is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 117 | 219 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.14 |
| HSL | 221.35º | 0.67% | 0.57% | - |
| HSV(B) | 221.35º | 0.68% | 0.86% | - |
| XYZ | 21.75 | 19.18 | 69.57 | - |
| YUV | 114.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 117 | 219 | 0.68 | 0.47 | 0 | 0.14 | 221.35 | 0.67 | 0.57 |
| Hex | 47 | 75 | DB | 44 | 2F | 0 | E | DD | 43 | 39 |
| Octal | 107 | 165 | 333 | 104 | 57 | 0 | 16 | 335 | 103 | 71 |
| Binary | 1000111 | 1110101 | 11011011 | 1000100 | 101111 | 0 | 1110 | 11011101 | 1000011 | 111001 |
Color Harmonies of #4775DB
Complementary color
Monochromatic Colors of #4775DB
Black with #4775DB
Text Example
Text Example
White with #4775DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4775DB; }
p { color: rgb(71,117,219); }
H1.HeaderClassName
{
color: #4775DB;
}
.AnyTagClassName
{
color: #4775DB;
}
</style>
background-color css
<style>
a { background-color: #4775DB; }
a { background-color: rgb(71,117,219); }
div.DivClassName
{
background-color: #4775DB;
}
.BgClassName
{
background-color: #4775DB;
}
</style>
border-color css
<style>
span { border-color: #4775DB; }
span { border-color: rgb(71,117,219); }
td.TdClassName
{
border-color: #4775DB;
}
.TagClassName
{
border-color: #4775DB;
}
</style>