#495BE9

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

Shades of Royal Blue #495BE9

Tints of Royal Blue #495BE9

Color information

#495BE9 (or 0x495BE9) is unknown color: approx Royal Blue. HEX triplet: 49, 5B and E9. RGB value is (73,91,233). Sum of RGB (Red+Green+Blue) = 73+91+233=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 233 (91.41% from 255 or 58.69% from 397); Max value from RGB is 233 - color contains mainly: blue. Hex color #495BE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BE9 is #B6A416. Grayscale: #656565. Windows color (decimal): -11969559 or 15293257. OLE color: 15293257.

HSL color Cylindrical-coordinate representation of color #495BE9: hue angle of 233.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495BE9 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB7391233-
CMYK0.690.6100.09
HSL233.25º78.43%60%-
HSV(B)233.25º68.67%91.37%-
XYZ21.214.7878.83-
YUV101.81202.04107.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 233 (91.41% from 255) = 58.69%
R=18.39%
G=22.92%
B=58.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal73912330.690.6100.09233.2578.4360
Hex495BE9453D09e94e3c
Octal1111333511057501135111674
Binary1001001101101111101001100010111110101001111010011001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,91,233); }

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

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

 a { background-color: rgb(73,91,233); }

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

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

 span { border-color: rgb(73,91,233); }

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