Shades of Royal Blue #4869CC
Tints of Royal Blue #4869CC
RGB
CMYK
RGB Variations
Color information
#4869CC (or 0x4869CC) is known color: Royal Blue. HEX triplet: 48, 69 and CC. RGB value is (72,105,204). Sum of RGB (Red+Green+Blue) = 72+105+204=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #4869CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CC is #B79633. Grayscale: #696969. Windows color (decimal): -12031540 or 13396296. OLE color: 13396296.
HSL color Cylindrical-coordinate representation of color #4869CC: hue angle of 225º 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 #4869CC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 105 | 204 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.2 |
| HSL | 225º | 0.56% | 0.54% | - |
| HSV(B) | 225º | 0.65% | 0.8% | - |
| XYZ | 18.62 | 15.84 | 59.2 | - |
| YUV | 106.42 | 183.07 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 105 | 204 | 0.65 | 0.49 | 0 | 0.2 | 225 | 0.56 | 0.54 |
| Hex | 48 | 69 | CC | 41 | 31 | 0 | 14 | E1 | 38 | 36 |
| Octal | 110 | 151 | 314 | 101 | 61 | 0 | 24 | 341 | 70 | 66 |
| Binary | 1001000 | 1101001 | 11001100 | 1000001 | 110001 | 0 | 10100 | 11100001 | 111000 | 110110 |
Color Harmonies of #4869CC
Complementary color
Monochromatic Colors of #4869CC
Black with #4869CC
Text Example
Text Example
White with #4869CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4869CC; }
p { color: rgb(72,105,204); }
H1.HeaderClassName
{
color: #4869CC;
}
.AnyTagClassName
{
color: #4869CC;
}
</style>
background-color css
<style>
a { background-color: #4869CC; }
a { background-color: rgb(72,105,204); }
div.DivClassName
{
background-color: #4869CC;
}
.BgClassName
{
background-color: #4869CC;
}
</style>
border-color css
<style>
span { border-color: #4869CC; }
span { border-color: rgb(72,105,204); }
td.TdClassName
{
border-color: #4869CC;
}
.TagClassName
{
border-color: #4869CC;
}
</style>