#494D7A

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

Shades of Corn Flower Blue #494D7A

Tints of Corn Flower Blue #494D7A

Color information

#494D7A (or 0x494D7A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4D and 7A. RGB value is (73,77,122). Sum of RGB (Red+Green+Blue) = 73+77+122=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #494D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D7A is #B6B285. Grayscale: #505050. Windows color (decimal): -11973254 or 8015177. OLE color: 8015177.

HSL color Cylindrical-coordinate representation of color #494D7A: hue angle of 235.1º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494D7A is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7377122-
CMYK0.400.3700.52
HSL235.1º25.13%38.24%-
HSV(B)235.1º40.16%47.84%-
XYZ8.918.1319.51-
YUV80.93151.17122.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=26.84%
G=28.31%
B=44.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73771220.400.3700.52235.125.1338.24
Hex494D7A2825034eb1926
Octal11111517250450643533146
Binary10010011001101111101010100010010101101001110101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,122); }

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

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

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

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

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

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

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