#495AE4

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

Shades of Royal Blue #495AE4

Tints of Royal Blue #495AE4

Color information

#495AE4 (or 0x495AE4) is unknown color: approx Royal Blue. HEX triplet: 49, 5A and E4. RGB value is (73,90,228). Sum of RGB (Red+Green+Blue) = 73+90+228=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #495AE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495AE4 is #B6A51B. Grayscale: #646464. Windows color (decimal): -11969820 or 14965321. OLE color: 14965321.

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

Color convert

RGB7390228-
CMYK0.680.6100.11
HSL233.42º74.16%59.02%-
HSV(B)233.42º67.98%89.41%-
XYZ20.4114.3375.09-
YUV100.65199.87108.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.67%
GREEN value IS 90 (35.55% from 255) = 23.02%
BLUE value IS 228 (89.45% from 255) = 58.31%
R=18.67%
G=23.02%
B=58.31%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal73902280.680.6100.11233.4274.1659.02
Hex495AE4443D0Be94a3b
Octal1111323441047501335111273
Binary1001001101101011100100100010011110101011111010011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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