Shades of Royal Blue #4769CC
Tints of Royal Blue #4769CC
RGB
CMYK
RGB Variations
Color information
#4769CC (or 0x4769CC) is known color: Royal Blue. HEX triplet: 47, 69 and CC. RGB value is (71,105,204). Sum of RGB (Red+Green+Blue) = 71+105+204=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #4769CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4769CC is #B89633. Grayscale: #696969. Windows color (decimal): -12097076 or 13396295. OLE color: 13396295.
HSL color Cylindrical-coordinate representation of color #4769CC: hue angle of 224.66º degrees, saturation: 0.57, 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 #4769CC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 105 | 204 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.2 |
| HSL | 224.66º | 0.57% | 0.54% | - |
| HSV(B) | 224.66º | 0.65% | 0.8% | - |
| XYZ | 18.55 | 15.8 | 59.2 | - |
| YUV | 106.12 | 183.24 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 204 | 0.65 | 0.49 | 0 | 0.2 | 224.66 | 0.57 | 0.54 |
| Hex | 47 | 69 | CC | 41 | 31 | 0 | 14 | E1 | 39 | 36 |
| Octal | 107 | 151 | 314 | 101 | 61 | 0 | 24 | 341 | 71 | 66 |
| Binary | 1000111 | 1101001 | 11001100 | 1000001 | 110001 | 0 | 10100 | 11100001 | 111001 | 110110 |
Color Harmonies of #4769CC
Complementary color
Monochromatic Colors of #4769CC
Black with #4769CC
Text Example
Text Example
White with #4769CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4769CC; }
p { color: rgb(71,105,204); }
H1.HeaderClassName
{
color: #4769CC;
}
.AnyTagClassName
{
color: #4769CC;
}
</style>
background-color css
<style>
a { background-color: #4769CC; }
a { background-color: rgb(71,105,204); }
div.DivClassName
{
background-color: #4769CC;
}
.BgClassName
{
background-color: #4769CC;
}
</style>
border-color css
<style>
span { border-color: #4769CC; }
span { border-color: rgb(71,105,204); }
td.TdClassName
{
border-color: #4769CC;
}
.TagClassName
{
border-color: #4769CC;
}
</style>