Shades of Royal Blue #475CDA
Tints of Royal Blue #475CDA
RGB
CMYK
RGB Variations
Color information
#475CDA (or 0x475CDA) is known color: Royal Blue. HEX triplet: 47, 5C and DA. RGB value is (71,92,218). Sum of RGB (Red+Green+Blue) = 71+92+218=381 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.64% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #475CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #475CDA is #B8A325. Grayscale: #636363. Windows color (decimal): -12100390 or 14310471. OLE color: 14310471.
HSL color Cylindrical-coordinate representation of color #475CDA: hue angle of 231.43º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #475CDA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 92 | 218 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.15 |
| HSL | 231.43º | 0.67% | 0.57% | - |
| HSV(B) | 231.43º | 0.67% | 0.85% | - |
| XYZ | 19.08 | 14.06 | 68.04 | - |
| YUV | 100.09 | 194.54 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 218 | 0.67 | 0.58 | 0 | 0.15 | 231.43 | 0.67 | 0.57 |
| Hex | 47 | 5C | DA | 43 | 3A | 0 | F | E7 | 43 | 39 |
| Octal | 107 | 134 | 332 | 103 | 72 | 0 | 17 | 347 | 103 | 71 |
| Binary | 1000111 | 1011100 | 11011010 | 1000011 | 111010 | 0 | 1111 | 11100111 | 1000011 | 111001 |
Color Harmonies of #475CDA
Complementary color
Monochromatic Colors of #475CDA
Black with #475CDA
Text Example
Text Example
White with #475CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475CDA; }
p { color: rgb(71,92,218); }
H1.HeaderClassName
{
color: #475CDA;
}
.AnyTagClassName
{
color: #475CDA;
}
</style>
background-color css
<style>
a { background-color: #475CDA; }
a { background-color: rgb(71,92,218); }
div.DivClassName
{
background-color: #475CDA;
}
.BgClassName
{
background-color: #475CDA;
}
</style>
border-color css
<style>
span { border-color: #475CDA; }
span { border-color: rgb(71,92,218); }
td.TdClassName
{
border-color: #475CDA;
}
.TagClassName
{
border-color: #475CDA;
}
</style>