#495AEA

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

Shades of Royal Blue #495AEA

Tints of Royal Blue #495AEA

Color information

#495AEA (or 0x495AEA) is unknown color: approx Royal Blue. HEX triplet: 49, 5A and EA. RGB value is (73,90,234). Sum of RGB (Red+Green+Blue) = 73+90+234=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #495AEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495AEA is #B6A515. Grayscale: #646464. Windows color (decimal): -11969814 or 15358537. OLE color: 15358537.

HSL color Cylindrical-coordinate representation of color #495AEA: hue angle of 233.66º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495AEA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7390234-
CMYK0.690.6200.08
HSL233.66º79.31%60.2%-
HSV(B)233.66º68.8%91.76%-
XYZ21.2614.6779.55-
YUV101.33202.87107.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 90 (35.55% from 255) = 22.67%
BLUE value IS 234 (91.80% from 255) = 58.94%
R=18.39%
G=22.67%
B=58.94%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal73902340.690.6200.08233.6679.3160.2
Hex495AEA453E08ea4f3c
Octal1111323521057601035211774
Binary1001001101101011101010100010111111001000111010101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,90,234); }

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

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

 a { background-color: rgb(73,90,234); }

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

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

 span { border-color: rgb(73,90,234); }

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