#49426E

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

Shades of Corn Flower Blue #49426E

Tints of Corn Flower Blue #49426E

Color information

#49426E (or 0x49426E) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 42 and 6E. RGB value is (73,66,110). Sum of RGB (Red+Green+Blue) = 73+66+110=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #49426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49426E is #B6BD91. Grayscale: #484848. Windows color (decimal): -11976082 or 7225929. OLE color: 7225929.

HSL color Cylindrical-coordinate representation of color #49426E: hue angle of 249.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49426E is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7366110-
CMYK0.340.400.57
HSL249.55º25%34.51%-
HSV(B)249.55º40%43.14%-
XYZ7.516.4415.6-
YUV73.11148.82127.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 66 (26.17% from 255) = 26.51%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=29.32%
G=26.51%
B=44.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73661100.340.400.57249.552534.51
Hex49426E2228039fa1923
Octal11110215642500713723143
Binary10010011000010110111010001010100001110011111101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49426E; }

 p { color: rgb(73,66,110); }

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

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

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

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

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

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

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