#495EE3

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

Shades of Royal Blue #495EE3

Tints of Royal Blue #495EE3

Color information

#495EE3 (or 0x495EE3) is unknown color: approx Royal Blue. HEX triplet: 49, 5E and E3. RGB value is (73,94,227). Sum of RGB (Red+Green+Blue) = 73+94+227=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #495EE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495EE3 is #B6A11C. Grayscale: #666666. Windows color (decimal): -11968797 or 14900809. OLE color: 14900809.

HSL color Cylindrical-coordinate representation of color #495EE3: hue angle of 231.82º 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 #495EE3 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7394227-
CMYK0.680.5900.11
HSL231.82º73.33%58.82%-
HSV(B)231.82º67.84%89.02%-
XYZ20.6214.9774.48-
YUV102.88198.04106.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.53%
GREEN value IS 94 (37.11% from 255) = 23.86%
BLUE value IS 227 (89.06% from 255) = 57.61%
R=18.53%
G=23.86%
B=57.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73942270.680.5900.11231.8273.3358.82
Hex495EE3443B0Be8493b
Octal1111363431047301335011173
Binary1001001101111011100011100010011101101011111010001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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