Shades of Royal Blue #476CCB
Tints of Royal Blue #476CCB
RGB
CMYK
RGB Variations
Color information
#476CCB (or 0x476CCB) is known color: Royal Blue. HEX triplet: 47, 6C and CB. RGB value is (71,108,203). Sum of RGB (Red+Green+Blue) = 71+108+203=382 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.59% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #476CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476CCB is #B89334. Grayscale: #6B6B6B. Windows color (decimal): -12096309 or 13331527. OLE color: 13331527.
HSL color Cylindrical-coordinate representation of color #476CCB: hue angle of 223.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476CCB is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 108 | 203 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.20 |
| HSL | 223.18º | 0.56% | 0.54% | - |
| HSV(B) | 223.18º | 0.65% | 0.8% | - |
| XYZ | 18.74 | 16.38 | 58.67 | - |
| YUV | 107.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 203 | 0.65 | 0.47 | 0 | 0.20 | 223.18 | 0.56 | 0.54 |
| Hex | 47 | 6C | CB | 41 | 2F | 0 | 14 | DF | 38 | 36 |
| Octal | 107 | 154 | 313 | 101 | 57 | 0 | 24 | 337 | 70 | 66 |
| Binary | 1000111 | 1101100 | 11001011 | 1000001 | 101111 | 0 | 10100 | 11011111 | 111000 | 110110 |
Color Harmonies of #476CCB
Complementary color
Monochromatic Colors of #476CCB
Black with #476CCB
Text Example
Text Example
White with #476CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476CCB; }
p { color: rgb(71,108,203); }
H1.HeaderClassName
{
color: #476CCB;
}
.AnyTagClassName
{
color: #476CCB;
}
</style>
background-color css
<style>
a { background-color: #476CCB; }
a { background-color: rgb(71,108,203); }
div.DivClassName
{
background-color: #476CCB;
}
.BgClassName
{
background-color: #476CCB;
}
</style>
border-color css
<style>
span { border-color: #476CCB; }
span { border-color: rgb(71,108,203); }
td.TdClassName
{
border-color: #476CCB;
}
.TagClassName
{
border-color: #476CCB;
}
</style>