Shades of Royal Blue #4766D6
Tints of Royal Blue #4766D6
RGB
CMYK
RGB Variations
Color information
#4766D6 (or 0x4766D6) is known color: Royal Blue. HEX triplet: 47, 66 and D6. RGB value is (71,102,214). Sum of RGB (Red+Green+Blue) = 71+102+214=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 214 (83.98% from 255 or 55.30% from 387); Max value from RGB is 214 - color contains mainly: blue. Hex color #4766D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4766D6 is #B89929. Grayscale: #696969. Windows color (decimal): -12097834 or 14050887. OLE color: 14050887.
HSL color Cylindrical-coordinate representation of color #4766D6: hue angle of 226.99º 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 #4766D6 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 71 | 102 | 214 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.16 |
| HSL | 226.99º | 0.64% | 0.56% | - |
| HSV(B) | 226.99º | 0.67% | 0.84% | - |
| XYZ | 19.49 | 15.7 | 65.62 | - |
| YUV | 105.5 | 189.23 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 214 | 0.67 | 0.52 | 0 | 0.16 | 226.99 | 0.64 | 0.56 |
| Hex | 47 | 66 | D6 | 43 | 34 | 0 | 10 | E3 | 40 | 38 |
| Octal | 107 | 146 | 326 | 103 | 64 | 0 | 20 | 343 | 100 | 70 |
| Binary | 1000111 | 1100110 | 11010110 | 1000011 | 110100 | 0 | 10000 | 11100011 | 1000000 | 111000 |
Color Harmonies of #4766D6
Complementary color
Monochromatic Colors of #4766D6
Black with #4766D6
Text Example
Text Example
White with #4766D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4766D6; }
p { color: rgb(71,102,214); }
H1.HeaderClassName
{
color: #4766D6;
}
.AnyTagClassName
{
color: #4766D6;
}
</style>
background-color css
<style>
a { background-color: #4766D6; }
a { background-color: rgb(71,102,214); }
div.DivClassName
{
background-color: #4766D6;
}
.BgClassName
{
background-color: #4766D6;
}
</style>
border-color css
<style>
span { border-color: #4766D6; }
span { border-color: rgb(71,102,214); }
td.TdClassName
{
border-color: #4766D6;
}
.TagClassName
{
border-color: #4766D6;
}
</style>