#494C71

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

Shades of Corn Flower Blue #494C71

Tints of Corn Flower Blue #494C71

Color information

#494C71 (or 0x494C71) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 71. RGB value is (73,76,113). Sum of RGB (Red+Green+Blue) = 73+76+113=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #494C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C71 is #B6B38E. Grayscale: #4F4F4F. Windows color (decimal): -11973519 or 7425097. OLE color: 7425097.

HSL color Cylindrical-coordinate representation of color #494C71: hue angle of 235.5º 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 #494C71 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7376113-
CMYK0.350.3300.56
HSL235.5º21.51%36.47%-
HSV(B)235.5º35.4%44.31%-
XYZ8.317.7816.69-
YUV79.32147.01123.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 76 (30.08% from 255) = 29.01%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=27.86%
G=29.01%
B=43.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73761130.350.3300.56235.521.5136.47
Hex494C712321038ec1624
Octal11111416143410703542644
Binary10010011001100111000110001110000101110001110110010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C71; }

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

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

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

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

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

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

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

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