#495ED8

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

Shades of Royal Blue #495ED8

Tints of Royal Blue #495ED8

Color information

#495ED8 (or 0x495ED8) is unknown color: approx Royal Blue. HEX triplet: 49, 5E and D8. RGB value is (73,94,216). Sum of RGB (Red+Green+Blue) = 73+94+216=383 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.06% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 216 (84.77% from 255 or 56.40% from 383); Max value from RGB is 216 - color contains mainly: blue. Hex color #495ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ED8 is #B6A127. Grayscale: #656565. Windows color (decimal): -11968808 or 14179913. OLE color: 14179913.

HSL color Cylindrical-coordinate representation of color #495ED8: hue angle of 231.19º 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 #495ED8 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7394216-
CMYK0.660.5600.15
HSL231.19º64.71%56.67%-
HSV(B)231.19º66.2%84.71%-
XYZ19.1514.3866.73-
YUV101.63192.54107.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 19.06%
GREEN value IS 94 (37.11% from 255) = 24.54%
BLUE value IS 216 (84.77% from 255) = 56.40%
R=19.06%
G=24.54%
B=56.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal73942160.660.5600.15231.1964.7156.67
Hex495ED842380Fe74139
Octal1111363301027001734710171
Binary1001001101111011011000100001011100001111111001111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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