#496AFF

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

Shades of Royal Blue #496AFF

Tints of Royal Blue #496AFF

Color information

#496AFF (or 0x496AFF) is unknown color: approx Royal Blue. HEX triplet: 49, 6A and FF. RGB value is (73,106,255). Sum of RGB (Red+Green+Blue) = 73+106+255=434 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.82% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #496AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496AFF is #B69500. Grayscale: #707070. Windows color (decimal): -11965697 or 16738889. OLE color: 16738889.

HSL color Cylindrical-coordinate representation of color #496AFF: hue angle of 229.12º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496AFF is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73106255-
CMYK0.710.5800
HSL229.12º100%64.31%-
HSV(B)229.12º71.37%100%-
XYZ25.9518.9496.9-
YUV113.12208.0799.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.82%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 255 (100% from 255) = 58.76%
R=16.82%
G=24.42%
B=58.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal731062550.710.5800229.1210064.31
Hex496AFF473A00e56440
Octal1111523771077200345144100
Binary10010011101010111111111000111111010001110010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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