Shades of Royal Blue #475BDC
Tints of Royal Blue #475BDC
RGB
CMYK
RGB Variations
Color information
#475BDC (or 0x475BDC) is known color: Royal Blue. HEX triplet: 47, 5B and DC. RGB value is (71,91,220). Sum of RGB (Red+Green+Blue) = 71+91+220=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #475BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475BDC is #B8A423. Grayscale: #636363. Windows color (decimal): -12100644 or 14441287. OLE color: 14441287.
HSL color Cylindrical-coordinate representation of color #475BDC: hue angle of 231.95º 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 #475BDC is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 91 | 220 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.14 |
| HSL | 231.95º | 0.68% | 0.57% | - |
| HSV(B) | 231.95º | 0.68% | 0.86% | - |
| XYZ | 19.26 | 13.99 | 69.4 | - |
| YUV | 99.73 | 195.87 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 220 | 0.68 | 0.59 | 0 | 0.14 | 231.95 | 0.68 | 0.57 |
| Hex | 47 | 5B | DC | 44 | 3B | 0 | E | E8 | 44 | 39 |
| Octal | 107 | 133 | 334 | 104 | 73 | 0 | 16 | 350 | 104 | 71 |
| Binary | 1000111 | 1011011 | 11011100 | 1000100 | 111011 | 0 | 1110 | 11101000 | 1000100 | 111001 |
Color Harmonies of #475BDC
Complementary color
Monochromatic Colors of #475BDC
Black with #475BDC
Text Example
Text Example
White with #475BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475BDC; }
p { color: rgb(71,91,220); }
H1.HeaderClassName
{
color: #475BDC;
}
.AnyTagClassName
{
color: #475BDC;
}
</style>
background-color css
<style>
a { background-color: #475BDC; }
a { background-color: rgb(71,91,220); }
div.DivClassName
{
background-color: #475BDC;
}
.BgClassName
{
background-color: #475BDC;
}
</style>
border-color css
<style>
span { border-color: #475BDC; }
span { border-color: rgb(71,91,220); }
td.TdClassName
{
border-color: #475BDC;
}
.TagClassName
{
border-color: #475BDC;
}
</style>