#49476E

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

Shades of Corn Flower Blue #49476E

Tints of Corn Flower Blue #49476E

Color information

#49476E (or 0x49476E) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 6E. RGB value is (73,71,110). Sum of RGB (Red+Green+Blue) = 73+71+110=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 110 - color contains mainly: blue. Hex color #49476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476E is #B6B891. Grayscale: #4B4B4B. Windows color (decimal): -11974802 or 7227209. OLE color: 7227209.

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

Color convert

RGB7371110-
CMYK0.340.3500.57
HSL243.08º21.55%35.49%-
HSV(B)243.08º35.45%43.14%-
XYZ7.827.0515.7-
YUV76.04147.16125.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 110 (43.36% from 255) = 43.31%
R=28.74%
G=27.95%
B=43.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73711100.340.3500.57243.0821.5535.49
Hex49476E2223039f31623
Octal11110715642430713632643
Binary10010011000111110111010001010001101110011111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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