#49476C

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

Shades of Corn Flower Blue #49476C

Tints of Corn Flower Blue #49476C

Color information

#49476C (or 0x49476C) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 6C. RGB value is (73,71,108). Sum of RGB (Red+Green+Blue) = 73+71+108=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #49476C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49476C is #B6B893. Grayscale: #4B4B4B. Windows color (decimal): -11974804 or 7096137. OLE color: 7096137.

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

Color convert

RGB7371108-
CMYK0.320.3400.58
HSL243.24º20.67%35.1%-
HSV(B)243.24º34.26%42.35%-
XYZ7.717.0115.13-
YUV75.82146.16125.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=28.97%
G=28.17%
B=42.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73711080.320.3400.58243.2420.6735.1
Hex49476C202203Af31523
Octal11110715440420723632543
Binary10010011000111110110010000010001001110101111001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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