Shades of Royal Blue #496FCC
Tints of Royal Blue #496FCC
RGB
CMYK
RGB Variations
Color information
#496FCC (or 0x496FCC) is known color: Royal Blue. HEX triplet: 49, 6F and CC. RGB value is (73,111,204). Sum of RGB (Red+Green+Blue) = 73+111+204=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 204 (80.08% from 255 or 52.58% from 388); Max value from RGB is 204 - color contains mainly: blue. Hex color #496FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496FCC is #B69033. Grayscale: #6D6D6D. Windows color (decimal): -11964468 or 13397833. OLE color: 13397833.
HSL color Cylindrical-coordinate representation of color #496FCC: hue angle of 222.6º 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 #496FCC is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 111 | 204 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.2 |
| HSL | 222.6º | 0.56% | 0.54% | - |
| HSV(B) | 222.6º | 0.64% | 0.8% | - |
| XYZ | 19.33 | 17.14 | 59.42 | - |
| YUV | 110.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 204 | 0.64 | 0.46 | 0 | 0.2 | 222.6 | 0.56 | 0.54 |
| Hex | 49 | 6F | CC | 40 | 2E | 0 | 14 | DF | 38 | 36 |
| Octal | 111 | 157 | 314 | 100 | 56 | 0 | 24 | 337 | 70 | 66 |
| Binary | 1001001 | 1101111 | 11001100 | 1000000 | 101110 | 0 | 10100 | 11011111 | 111000 | 110110 |
Color Harmonies of #496FCC
Complementary color
Monochromatic Colors of #496FCC
Black with #496FCC
Text Example
Text Example
White with #496FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496FCC; }
p { color: rgb(73,111,204); }
H1.HeaderClassName
{
color: #496FCC;
}
.AnyTagClassName
{
color: #496FCC;
}
</style>
background-color css
<style>
a { background-color: #496FCC; }
a { background-color: rgb(73,111,204); }
div.DivClassName
{
background-color: #496FCC;
}
.BgClassName
{
background-color: #496FCC;
}
</style>
border-color css
<style>
span { border-color: #496FCC; }
span { border-color: rgb(73,111,204); }
td.TdClassName
{
border-color: #496FCC;
}
.TagClassName
{
border-color: #496FCC;
}
</style>