#49456B

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

Shades of Corn Flower Blue #49456B

Tints of Corn Flower Blue #49456B

Color information

#49456B (or 0x49456B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 6B. RGB value is (73,69,107). Sum of RGB (Red+Green+Blue) = 73+69+107=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #49456B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49456B is #B6BA94. Grayscale: #4A4A4A. Windows color (decimal): -11975317 or 7030089. OLE color: 7030089.

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

Color convert

RGB7369107-
CMYK0.320.3600.58
HSL246.32º21.59%34.51%-
HSV(B)246.32º35.51%41.96%-
XYZ7.536.7314.81-
YUV74.53146.33126.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.32%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=29.32%
G=27.71%
B=42.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73691070.320.3600.58246.3221.5934.51
Hex49456B202403Af61623
Octal11110515340440723662643
Binary10010011000101110101110000010010001110101111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49456B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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