#496EF9

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

Shades of Royal Blue #496EF9

Tints of Royal Blue #496EF9

Color information

#496EF9 (or 0x496EF9) is unknown color: approx Royal Blue. HEX triplet: 49, 6E and F9. RGB value is (73,110,249). Sum of RGB (Red+Green+Blue) = 73+110+249=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 249 (97.66% from 255 or 57.64% from 432); Max value from RGB is 249 - color contains mainly: blue. Hex color #496EF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496EF9 is #B69106. Grayscale: #727272. Windows color (decimal): -11964679 or 16346697. OLE color: 16346697.

HSL color Cylindrical-coordinate representation of color #496EF9: hue angle of 227.39º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #496EF9 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73110249-
CMYK0.710.5600.02
HSL227.39º93.62%63.14%-
HSV(B)227.39º70.68%97.65%-
XYZ25.4219.4192.03-
YUV114.78203.7498.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.90%
GREEN value IS 110 (43.36% from 255) = 25.46%
BLUE value IS 249 (97.66% from 255) = 57.64%
R=16.90%
G=25.46%
B=57.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731102490.710.5600.02227.3993.6263.14
Hex496EF9473802e35e3f
Octal111156371107700234313677
Binary10010011101110111110011000111111000010111000111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,249); }

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

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

 a { background-color: rgb(73,110,249); }

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

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

 span { border-color: rgb(73,110,249); }

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