Shades of Royal Blue #495FE3
Tints of Royal Blue #495FE3
RGB
CMYK
RGB Variations
Color information
#495FE3 (or 0x495FE3) is known color: Royal Blue. HEX triplet: 49, 5F and E3. RGB value is (73,95,227). Sum of RGB (Red+Green+Blue) = 73+95+227=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 227 (89.06% from 255 or 57.47% from 395); Max value from RGB is 227 - color contains mainly: blue. Hex color #495FE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FE3 is #B6A01C. Grayscale: #666666. Windows color (decimal): -11968541 or 14901065. OLE color: 14901065.
HSL color Cylindrical-coordinate representation of color #495FE3: hue angle of 231.43º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #495FE3 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 73 | 95 | 227 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.11 |
| HSL | 231.43º | 0.73% | 0.59% | - |
| HSV(B) | 231.43º | 0.68% | 0.89% | - |
| XYZ | 20.7 | 15.15 | 74.51 | - |
| YUV | 103.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 227 | 0.68 | 0.58 | 0 | 0.11 | 231.43 | 0.73 | 0.59 |
| Hex | 49 | 5F | E3 | 44 | 3A | 0 | B | E7 | 49 | 3B |
| Octal | 111 | 137 | 343 | 104 | 72 | 0 | 13 | 347 | 111 | 73 |
| Binary | 1001001 | 1011111 | 11100011 | 1000100 | 111010 | 0 | 1011 | 11100111 | 1001001 | 111011 |
Color Harmonies of #495FE3
Complementary color
Monochromatic Colors of #495FE3
Black with #495FE3
Text Example
Text Example
White with #495FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FE3; }
p { color: rgb(73,95,227); }
H1.HeaderClassName
{
color: #495FE3;
}
.AnyTagClassName
{
color: #495FE3;
}
</style>
background-color css
<style>
a { background-color: #495FE3; }
a { background-color: rgb(73,95,227); }
div.DivClassName
{
background-color: #495FE3;
}
.BgClassName
{
background-color: #495FE3;
}
</style>
border-color css
<style>
span { border-color: #495FE3; }
span { border-color: rgb(73,95,227); }
td.TdClassName
{
border-color: #495FE3;
}
.TagClassName
{
border-color: #495FE3;
}
</style>