#496ECF

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

Shades of Royal Blue #496ECF

Tints of Royal Blue #496ECF

Color information

#496ECF (or 0x496ECF) is unknown color: approx Royal Blue. HEX triplet: 49, 6E and CF. RGB value is (73,110,207). Sum of RGB (Red+Green+Blue) = 73+110+207=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #496ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ECF is #B69130. Grayscale: #6D6D6D. Windows color (decimal): -11964721 or 13594185. OLE color: 13594185.

HSL color Cylindrical-coordinate representation of color #496ECF: hue angle of 223.43º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #496ECF is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB73110207-
CMYK0.650.4700.19
HSL223.43º58.26%54.9%-
HSV(B)223.43º64.73%81.18%-
XYZ19.5917.0761.29-
YUV109.99182.74101.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 110 (43.36% from 255) = 28.21%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=18.72%
G=28.21%
B=53.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal731102070.650.4700.19223.4358.2654.9
Hex496ECF412F013df3a37
Octal111156317101570233377267
Binary1001001110111011001111100000110111101001111011111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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