Shades of Royal Blue #4969CC
Tints of Royal Blue #4969CC
RGB
CMYK
RGB Variations
Color information
#4969CC (or 0x4969CC) is known color: Royal Blue. HEX triplet: 49, 69 and CC. RGB value is (73,105,204). Sum of RGB (Red+Green+Blue) = 73+105+204=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #4969CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969CC is #B69633. Grayscale: #6A6A6A. Windows color (decimal): -11966004 or 13396297. OLE color: 13396297.
HSL color Cylindrical-coordinate representation of color #4969CC: hue angle of 225.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4969CC is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 105 | 204 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.2 |
| HSL | 225.34º | 0.56% | 0.54% | - |
| HSV(B) | 225.34º | 0.64% | 0.8% | - |
| XYZ | 18.7 | 15.88 | 59.21 | - |
| YUV | 106.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 204 | 0.64 | 0.49 | 0 | 0.2 | 225.34 | 0.56 | 0.54 |
| Hex | 49 | 69 | CC | 40 | 31 | 0 | 14 | E1 | 38 | 36 |
| Octal | 111 | 151 | 314 | 100 | 61 | 0 | 24 | 341 | 70 | 66 |
| Binary | 1001001 | 1101001 | 11001100 | 1000000 | 110001 | 0 | 10100 | 11100001 | 111000 | 110110 |
Color Harmonies of #4969CC
Complementary color
Monochromatic Colors of #4969CC
Black with #4969CC
Text Example
Text Example
White with #4969CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969CC; }
p { color: rgb(73,105,204); }
H1.HeaderClassName
{
color: #4969CC;
}
.AnyTagClassName
{
color: #4969CC;
}
</style>
background-color css
<style>
a { background-color: #4969CC; }
a { background-color: rgb(73,105,204); }
div.DivClassName
{
background-color: #4969CC;
}
.BgClassName
{
background-color: #4969CC;
}
</style>
border-color css
<style>
span { border-color: #4969CC; }
span { border-color: rgb(73,105,204); }
td.TdClassName
{
border-color: #4969CC;
}
.TagClassName
{
border-color: #4969CC;
}
</style>