#494D7B

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

Shades of Corn Flower Blue #494D7B

Tints of Corn Flower Blue #494D7B

Color information

#494D7B (or 0x494D7B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4D and 7B. RGB value is (73,77,123). Sum of RGB (Red+Green+Blue) = 73+77+123=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #494D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D7B is #B6B284. Grayscale: #505050. Windows color (decimal): -11973253 or 8080713. OLE color: 8080713.

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

Color convert

RGB7377123-
CMYK0.410.3700.52
HSL235.2º25.51%38.43%-
HSV(B)235.2º40.65%48.24%-
XYZ8.988.1519.84-
YUV81.05151.67122.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 77 (30.47% from 255) = 28.21%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=26.74%
G=28.21%
B=45.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73771230.410.3700.52235.225.5138.43
Hex494D7B2925034eb1a26
Octal11111517351450643533246
Binary10010011001101111101110100110010101101001110101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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