#49477A

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

Shades of Corn Flower Blue #49477A

Tints of Corn Flower Blue #49477A

Color information

#49477A (or 0x49477A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 7A. RGB value is (73,71,122). Sum of RGB (Red+Green+Blue) = 73+71+122=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #49477A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49477A is #B6B885. Grayscale: #4D4D4D. Windows color (decimal): -11974790 or 8013641. OLE color: 8013641.

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

Color convert

RGB7371122-
CMYK0.400.4200.52
HSL242.35º26.42%37.84%-
HSV(B)242.35º41.8%47.84%-
XYZ8.517.3319.38-
YUV77.41153.16124.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=27.44%
G=26.69%
B=45.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73711220.400.4200.52242.3526.4237.84
Hex49477A282A034f21a26
Octal11110717250520643623246
Binary10010011000111111101010100010101001101001111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49477A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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