#49486E

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

Shades of Corn Flower Blue #49486E

Tints of Corn Flower Blue #49486E

Color information

#49486E (or 0x49486E) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 6E. RGB value is (73,72,110). Sum of RGB (Red+Green+Blue) = 73+72+110=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #49486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486E is #B6B791. Grayscale: #4C4C4C. Windows color (decimal): -11974546 or 7227465. OLE color: 7227465.

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

Color convert

RGB7372110-
CMYK0.340.3500.57
HSL241.58º20.88%35.69%-
HSV(B)241.58º34.55%43.14%-
XYZ7.887.1815.72-
YUV76.63146.83125.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 72 (28.52% from 255) = 28.24%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=28.63%
G=28.24%
B=43.14%

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
Decimal73721100.340.3500.57241.5820.8835.69
Hex49486E2223039f21524
Octal11111015642430713622544
Binary10010011001000110111010001010001101110011111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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