#496aef

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

Shades of Royal Blue #496AEF

Tints of Royal Blue #496AEF

Color information

#496AEF (or 0x496AEF) is unknown color: approx Royal Blue. HEX triplet: 49, 6A and EF. RGB value is (73,106,239). Sum of RGB (Red+Green+Blue) = 73+106+239=418 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.46% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #496AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #496AEF is #B69510. Grayscale: #6E6E6E. Windows color (decimal): -11965713 or 15690313. OLE color: 15690313.

HSL color Cylindrical-coordinate representation of color #496AEF: hue angle of 228.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #496AEF is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73106239-
CMYK0.690.5600.06
HSL228.07º83.84%61.18%-
HSV(B)228.07º69.46%93.73%-
XYZ23.4817.9683.89-
YUV111.29200.07100.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.46%
GREEN value IS 106 (41.80% from 255) = 25.36%
BLUE value IS 239 (93.75% from 255) = 57.18%
R=17.46%
G=25.36%
B=57.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731062390.690.5600.06228.0783.8461.18
Hex496AEF453806e4543d
Octal111152357105700634412475
Binary100100111010101110111110001011110000110111001001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496aef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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