#49496A

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

Shades of Corn Flower Blue #49496A

Tints of Corn Flower Blue #49496A

Color information

#49496A (or 0x49496A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 6A. RGB value is (73,73,106). Sum of RGB (Red+Green+Blue) = 73+73+106=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 106 - color contains mainly: blue. Hex color #49496A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49496A is #B6B695. Grayscale: #4C4C4C. Windows color (decimal): -11974294 or 6965577. OLE color: 6965577.

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

Color convert

RGB7373106-
CMYK0.310.3100.58
HSL240º18.44%35.1%-
HSV(B)240º31.13%41.57%-
XYZ7.737.2214.62-
YUV76.76144.5125.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=28.97%
G=28.97%
B=42.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73731060.310.3100.5824018.4435.1
Hex49496A1F1F03Af01223
Octal11111115237370723602243
Binary100100110010011101010111111111101110101111000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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