#49446E

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

Shades of Corn Flower Blue #49446E

Tints of Corn Flower Blue #49446E

Color information

#49446E (or 0x49446E) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 6E. RGB value is (73,68,110). Sum of RGB (Red+Green+Blue) = 73+68+110=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #49446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49446E is #B6BB91. Grayscale: #4A4A4A. Windows color (decimal): -11975570 or 7226441. OLE color: 7226441.

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

Color convert

RGB7368110-
CMYK0.340.3800.57
HSL247.14º23.6%34.9%-
HSV(B)247.14º38.18%43.14%-
XYZ7.636.6815.64-
YUV74.28148.16127.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=29.08%
G=27.09%
B=43.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73681100.340.3800.57247.1423.634.9
Hex49446E2226039f71823
Octal11110415642460713673043
Binary10010011000100110111010001010011001110011111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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