#49456A

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

Shades of Corn Flower Blue #49456A

Tints of Corn Flower Blue #49456A

Color information

#49456A (or 0x49456A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 6A. RGB value is (73,69,106). Sum of RGB (Red+Green+Blue) = 73+69+106=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #49456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49456A is #B6BA95. Grayscale: #4A4A4A. Windows color (decimal): -11975318 or 6964553. OLE color: 6964553.

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

Color convert

RGB7369106-
CMYK0.310.3500.58
HSL246.49º21.14%34.31%-
HSV(B)246.49º34.91%41.57%-
XYZ7.486.7114.54-
YUV74.41145.83126.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=29.44%
G=27.82%
B=42.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73691060.310.3500.58246.4921.1434.31
Hex49456A1F2303Af61522
Octal11110515237430723662542
Binary1001001100010111010101111110001101110101111011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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