Shades of Royal Blue #495FDC
Tints of Royal Blue #495FDC
RGB
CMYK
RGB Variations
Color information
#495FDC (or 0x495FDC) is known color: Royal Blue. HEX triplet: 49, 5F and DC. RGB value is (73,95,220). Sum of RGB (Red+Green+Blue) = 73+95+220=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #495FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FDC is #B6A023. Grayscale: #666666. Windows color (decimal): -11968548 or 14442313. OLE color: 14442313.
HSL color Cylindrical-coordinate representation of color #495FDC: hue angle of 231.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495FDC is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 95 | 220 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.14 |
| HSL | 231.02º | 0.68% | 0.57% | - |
| HSV(B) | 231.02º | 0.67% | 0.86% | - |
| XYZ | 19.76 | 14.77 | 69.52 | - |
| YUV | 102.67 | 194.21 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 220 | 0.67 | 0.57 | 0 | 0.14 | 231.02 | 0.68 | 0.57 |
| Hex | 49 | 5F | DC | 43 | 39 | 0 | E | E7 | 44 | 39 |
| Octal | 111 | 137 | 334 | 103 | 71 | 0 | 16 | 347 | 104 | 71 |
| Binary | 1001001 | 1011111 | 11011100 | 1000011 | 111001 | 0 | 1110 | 11100111 | 1000100 | 111001 |
Color Harmonies of #495FDC
Complementary color
Monochromatic Colors of #495FDC
Black with #495FDC
Text Example
Text Example
White with #495FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FDC; }
p { color: rgb(73,95,220); }
H1.HeaderClassName
{
color: #495FDC;
}
.AnyTagClassName
{
color: #495FDC;
}
</style>
background-color css
<style>
a { background-color: #495FDC; }
a { background-color: rgb(73,95,220); }
div.DivClassName
{
background-color: #495FDC;
}
.BgClassName
{
background-color: #495FDC;
}
</style>
border-color css
<style>
span { border-color: #495FDC; }
span { border-color: rgb(73,95,220); }
td.TdClassName
{
border-color: #495FDC;
}
.TagClassName
{
border-color: #495FDC;
}
</style>