#496AD5

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

Shades of Royal Blue #496AD5

Tints of Royal Blue #496AD5

Color information

#496AD5 (or 0x496AD5) is unknown color: approx Royal Blue. HEX triplet: 49, 6A and D5. RGB value is (73,106,213). Sum of RGB (Red+Green+Blue) = 73+106+213=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #496AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496AD5 is #B6952A. Grayscale: #6B6B6B. Windows color (decimal): -11965739 or 13986377. OLE color: 13986377.

HSL color Cylindrical-coordinate representation of color #496AD5: hue angle of 225.86º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #496AD5 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB73106213-
CMYK0.660.5000.16
HSL225.86º62.5%56.08%-
HSV(B)225.86º65.73%83.53%-
XYZ19.9116.5365.09-
YUV108.33187.07102.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 213 (83.59% from 255) = 54.34%
R=18.62%
G=27.04%
B=54.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal731062130.660.5000.16225.8662.556.08
Hex496AD54232010e23e38
Octal111152325102620203427670
Binary1001001110101011010101100001011001001000011100010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496AD5; }

 p { color: rgb(73,106,213); }

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

<style>
 a { background-color: #496AD5; }

 a { background-color: rgb(73,106,213); }

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

<style>
 span { border-color: #496AD5; }

 span { border-color: rgb(73,106,213); }

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