#49486A

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

Shades of Corn Flower Blue #49486A

Tints of Corn Flower Blue #49486A

Color information

#49486A (or 0x49486A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 6A. RGB value is (73,72,106). Sum of RGB (Red+Green+Blue) = 73+72+106=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 106 - color contains mainly: blue. Hex color #49486A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486A is #B6B795. Grayscale: #4C4C4C. Windows color (decimal): -11974550 or 6965321. OLE color: 6965321.

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

Color convert

RGB7372106-
CMYK0.310.3200.58
HSL241.76º19.1%34.9%-
HSV(B)241.76º32.08%41.57%-
XYZ7.677.0914.6-
YUV76.18144.83125.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.08%
GREEN value IS 72 (28.52% from 255) = 28.69%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=29.08%
G=28.69%
B=42.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73721060.310.3200.58241.7619.134.9
Hex49486A1F2003Af21323
Octal11111015237400723622343
Binary1001001100100011010101111110000001110101111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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