#494971

Color #494971 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #494971

Tints of Corn Flower Blue #494971

Color information

#494971 (or 0x494971) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 71. RGB value is (73,73,113). Sum of RGB (Red+Green+Blue) = 73+73+113=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #494971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494971 is #B6B68E. Grayscale: #4D4D4D. Windows color (decimal): -11974287 or 7424329. OLE color: 7424329.

HSL color Cylindrical-coordinate representation of color #494971: hue angle of 240º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #494971 is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7373113-
CMYK0.350.3500.56
HSL240º21.51%36.47%-
HSV(B)240º35.4%44.31%-
XYZ8.117.3716.62-
YUV77.56148124.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=28.19%
G=28.19%
B=43.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73731130.350.3500.5624021.5136.47
Hex4949712323038f01624
Octal11111116143430703602644
Binary10010011001001111000110001110001101110001111000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494971; }

 p { color: rgb(73,73,113); }

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

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

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

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

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

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

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