#49447B

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

Shades of Corn Flower Blue #49447B

Tints of Corn Flower Blue #49447B

Color information

#49447B (or 0x49447B) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 7B. RGB value is (73,68,123). Sum of RGB (Red+Green+Blue) = 73+68+123=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #49447B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49447B is #B6BB84. Grayscale: #4B4B4B. Windows color (decimal): -11975557 or 8078409. OLE color: 8078409.

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

Color convert

RGB7368123-
CMYK0.410.4500.52
HSL245.45º28.8%37.45%-
HSV(B)245.45º44.72%48.24%-
XYZ8.396.9819.64-
YUV75.76154.66126.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=27.65%
G=25.76%
B=46.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73681230.410.4500.52245.4528.837.45
Hex49447B292D034f51d25
Octal11110417351550643653545
Binary10010011000100111101110100110110101101001111010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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