#496EE4

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

Shades of Royal Blue #496EE4

Tints of Royal Blue #496EE4

Color information

#496EE4 (or 0x496EE4) is unknown color: approx Royal Blue. HEX triplet: 49, 6E and E4. RGB value is (73,110,228). Sum of RGB (Red+Green+Blue) = 73+110+228=411 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.76% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #496EE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496EE4 is #B6911B. Grayscale: #6F6F6F. Windows color (decimal): -11964700 or 14970441. OLE color: 14970441.

HSL color Cylindrical-coordinate representation of color #496EE4: hue angle of 225.68º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #496EE4 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB73110228-
CMYK0.680.5200.11
HSL225.68º74.16%59.02%-
HSV(B)225.68º67.98%89.41%-
XYZ22.3318.1775.73-
YUV112.39193.2499.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 17.76%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=17.76%
G=26.76%
B=55.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal731102280.680.5200.11225.6874.1659.02
Hex496EE444340Be24a3b
Octal1111563441046401334211273
Binary1001001110111011100100100010011010001011111000101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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