#49447A

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

Shades of Corn Flower Blue #49447A

Tints of Corn Flower Blue #49447A

Color information

#49447A (or 0x49447A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 7A. RGB value is (73,68,122). Sum of RGB (Red+Green+Blue) = 73+68+122=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #49447A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447A is #B6BB85. Grayscale: #4B4B4B. Windows color (decimal): -11975558 or 8012873. OLE color: 8012873.

HSL color Cylindrical-coordinate representation of color #49447A: hue angle of 245.56º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49447A is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7368122-
CMYK0.400.4400.52
HSL245.56º28.42%37.25%-
HSV(B)245.56º44.26%47.84%-
XYZ8.336.9619.32-
YUV75.65154.16126.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=27.76%
G=25.86%
B=46.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73681220.400.4400.52245.5628.4237.25
Hex49447A282C034f61c25
Octal11110417250540643663445
Binary10010011000100111101010100010110001101001111011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,68,122); }

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

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

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

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

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

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

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