#49436B

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

Shades of Corn Flower Blue #49436B

Tints of Corn Flower Blue #49436B

Color information

#49436B (or 0x49436B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 43 and 6B. RGB value is (73,67,107). Sum of RGB (Red+Green+Blue) = 73+67+107=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #49436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49436B is #B6BC94. Grayscale: #494949. Windows color (decimal): -11975829 or 7029577. OLE color: 7029577.

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

Color convert

RGB7367107-
CMYK0.320.3700.58
HSL249º22.99%34.12%-
HSV(B)249º37.38%41.96%-
XYZ7.416.4914.77-
YUV73.35146.99127.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=29.55%
G=27.13%
B=43.32%

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
Decimal73671070.320.3700.5824922.9934.12
Hex49436B202503Af91722
Octal11110315340450723712742
Binary10010011000011110101110000010010101110101111100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49436B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49436B; }

 p { color: rgb(73,67,107); }

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

<style>
 a { background-color: #49436B; }

 a { background-color: rgb(73,67,107); }

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

<style>
 span { border-color: #49436B; }

 span { border-color: rgb(73,67,107); }

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