#49446C

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

Shades of Corn Flower Blue #49446C

Tints of Corn Flower Blue #49446C

Color information

#49446C (or 0x49446C) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 6C. RGB value is (73,68,108). Sum of RGB (Red+Green+Blue) = 73+68+108=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 108 (42.58% from 255 or 43.37% from 249); Max value from RGB is 108 - color contains mainly: blue. Hex color #49446C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49446C is #B6BB93. Grayscale: #494949. Windows color (decimal): -11975572 or 7095369. OLE color: 7095369.

HSL color Cylindrical-coordinate representation of color #49446C: hue angle of 247.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49446C is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7368108-
CMYK0.320.3700.58
HSL247.5º22.73%34.51%-
HSV(B)247.5º37.04%42.35%-
XYZ7.526.6315.07-
YUV74.05147.16127.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 108 (42.58% from 255) = 43.37%
R=29.32%
G=27.31%
B=43.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73681080.320.3700.58247.522.7334.51
Hex49446C202503Af81723
Octal11110415440450723702743
Binary10010011000100110110010000010010101110101111100010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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