Shades of Royal Blue #495CDA
Tints of Royal Blue #495CDA
RGB
CMYK
RGB Variations
Color information
#495CDA (or 0x495CDA) is known color: Royal Blue. HEX triplet: 49, 5C and DA. RGB value is (73,92,218). Sum of RGB (Red+Green+Blue) = 73+92+218=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #495CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CDA is #B6A325. Grayscale: #646464. Windows color (decimal): -11969318 or 14310473. OLE color: 14310473.
HSL color Cylindrical-coordinate representation of color #495CDA: hue angle of 232.14º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495CDA is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 92 | 218 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.15 |
| HSL | 232.14º | 0.66% | 0.57% | - |
| HSV(B) | 232.14º | 0.67% | 0.85% | - |
| XYZ | 19.23 | 14.13 | 68.04 | - |
| YUV | 100.68 | 194.21 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 218 | 0.67 | 0.58 | 0 | 0.15 | 232.14 | 0.66 | 0.57 |
| Hex | 49 | 5C | DA | 43 | 3A | 0 | F | E8 | 42 | 39 |
| Octal | 111 | 134 | 332 | 103 | 72 | 0 | 17 | 350 | 102 | 71 |
| Binary | 1001001 | 1011100 | 11011010 | 1000011 | 111010 | 0 | 1111 | 11101000 | 1000010 | 111001 |
Color Harmonies of #495CDA
Complementary color
Monochromatic Colors of #495CDA
Black with #495CDA
Text Example
Text Example
White with #495CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CDA; }
p { color: rgb(73,92,218); }
H1.HeaderClassName
{
color: #495CDA;
}
.AnyTagClassName
{
color: #495CDA;
}
</style>
background-color css
<style>
a { background-color: #495CDA; }
a { background-color: rgb(73,92,218); }
div.DivClassName
{
background-color: #495CDA;
}
.BgClassName
{
background-color: #495CDA;
}
</style>
border-color css
<style>
span { border-color: #495CDA; }
span { border-color: rgb(73,92,218); }
td.TdClassName
{
border-color: #495CDA;
}
.TagClassName
{
border-color: #495CDA;
}
</style>