#495ED9

Color #495ED9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #495ED9

Tints of Royal Blue #495ED9

Color information

#495ED9 (or 0x495ED9) is unknown color: approx Royal Blue. HEX triplet: 49, 5E and D9. RGB value is (73,94,217). Sum of RGB (Red+Green+Blue) = 73+94+217=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #495ED9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ED9 is #B6A126. Grayscale: #656565. Windows color (decimal): -11968807 or 14245449. OLE color: 14245449.

HSL color Cylindrical-coordinate representation of color #495ED9: hue angle of 231.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #495ED9 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7394217-
CMYK0.660.5700.15
HSL231.25º65.45%56.86%-
HSV(B)231.25º66.36%85.1%-
XYZ19.2714.4367.42-
YUV101.74193.04107.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 19.01%
GREEN value IS 94 (37.11% from 255) = 24.48%
BLUE value IS 217 (85.16% from 255) = 56.51%
R=19.01%
G=24.48%
B=56.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73942170.660.5700.15231.2565.4556.86
Hex495ED942390Fe74139
Octal1111363311027101734710171
Binary1001001101111011011001100001011100101111111001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495ED9; }

 p { color: rgb(73,94,217); }

 H1.HeaderClassName
 {
   color: #495ED9;
 }
 .AnyTagClassName
 {
   color: #495ED9;
 }
</style>
background-color css

<style>
 a { background-color: #495ED9; }

 a { background-color: rgb(73,94,217); }

 div.DivClassName
 {
   background-color: #495ED9;
 }
 .BgClassName
 {
   background-color: #495ED9;
 }
</style>
border-color css

<style>
 span { border-color: #495ED9; }

 span { border-color: rgb(73,94,217); }

 td.TdClassName
 {
   border-color: #495ED9;
 }
 .TagClassName
 {
   border-color: #495ED9;
 }
</style>