Shades of Royal Blue #496CCB
Tints of Royal Blue #496CCB
RGB
CMYK
RGB Variations
Color information
#496CCB (or 0x496CCB) is known color: Royal Blue. HEX triplet: 49, 6C and CB. RGB value is (73,108,203). Sum of RGB (Red+Green+Blue) = 73+108+203=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #496CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CCB is #B69334. Grayscale: #6B6B6B. Windows color (decimal): -11965237 or 13331529. OLE color: 13331529.
HSL color Cylindrical-coordinate representation of color #496CCB: hue angle of 223.85º 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 #496CCB is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 108 | 203 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.20 |
| HSL | 223.85º | 0.56% | 0.54% | - |
| HSV(B) | 223.85º | 0.64% | 0.8% | - |
| XYZ | 18.89 | 16.45 | 58.68 | - |
| YUV | 108.37 | 181.4 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 203 | 0.64 | 0.47 | 0 | 0.20 | 223.85 | 0.56 | 0.54 |
| Hex | 49 | 6C | CB | 40 | 2F | 0 | 14 | E0 | 38 | 36 |
| Octal | 111 | 154 | 313 | 100 | 57 | 0 | 24 | 340 | 70 | 66 |
| Binary | 1001001 | 1101100 | 11001011 | 1000000 | 101111 | 0 | 10100 | 11100000 | 111000 | 110110 |
Color Harmonies of #496CCB
Complementary color
Monochromatic Colors of #496CCB
Black with #496CCB
Text Example
Text Example
White with #496CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496CCB; }
p { color: rgb(73,108,203); }
H1.HeaderClassName
{
color: #496CCB;
}
.AnyTagClassName
{
color: #496CCB;
}
</style>
background-color css
<style>
a { background-color: #496CCB; }
a { background-color: rgb(73,108,203); }
div.DivClassName
{
background-color: #496CCB;
}
.BgClassName
{
background-color: #496CCB;
}
</style>
border-color css
<style>
span { border-color: #496CCB; }
span { border-color: rgb(73,108,203); }
td.TdClassName
{
border-color: #496CCB;
}
.TagClassName
{
border-color: #496CCB;
}
</style>