#49466D

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

Shades of Corn Flower Blue #49466D

Tints of Corn Flower Blue #49466D

Color information

#49466D (or 0x49466D) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 46 and 6D. RGB value is (73,70,109). Sum of RGB (Red+Green+Blue) = 73+70+109=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #49466D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49466D is #B6B992. Grayscale: #4B4B4B. Windows color (decimal): -11975059 or 7161417. OLE color: 7161417.

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

Color convert

RGB7370109-
CMYK0.330.3600.57
HSL244.62º21.79%35.1%-
HSV(B)244.62º35.78%42.75%-
XYZ7.76.915.39-
YUV75.34146.99126.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 70 (27.73% from 255) = 27.78%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=28.97%
G=27.78%
B=43.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal73701090.330.3600.57244.6221.7935.1
Hex49466D2124039f51623
Octal11110615541440713652643
Binary10010011000110110110110000110010001110011111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49466D; }

 p { color: rgb(73,70,109); }

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

<style>
 a { background-color: #49466D; }

 a { background-color: rgb(73,70,109); }

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

<style>
 span { border-color: #49466D; }

 span { border-color: rgb(73,70,109); }

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