#494C72

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

Shades of Corn Flower Blue #494C72

Tints of Corn Flower Blue #494C72

Color information

#494C72 (or 0x494C72) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 72. RGB value is (73,76,114). Sum of RGB (Red+Green+Blue) = 73+76+114=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #494C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C72 is #B6B38D. Grayscale: #4F4F4F. Windows color (decimal): -11973518 or 7490633. OLE color: 7490633.

HSL color Cylindrical-coordinate representation of color #494C72: hue angle of 235.61º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #494C72 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7376114-
CMYK0.360.3300.55
HSL235.61º21.93%36.67%-
HSV(B)235.61º35.96%44.71%-
XYZ8.377.816.98-
YUV79.43147.51123.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=27.76%
G=28.90%
B=43.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73761140.360.3300.55235.6121.9336.67
Hex494C722421037ec1625
Octal11111416244410673542645
Binary10010011001100111001010010010000101101111110110010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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