#49437A

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

Shades of Corn Flower Blue #49437A

Tints of Corn Flower Blue #49437A

Color information

#49437A (or 0x49437A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 43 and 7A. RGB value is (73,67,122). Sum of RGB (Red+Green+Blue) = 73+67+122=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #49437A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49437A is #B6BC85. Grayscale: #4A4A4A. Windows color (decimal): -11975814 or 8012617. OLE color: 8012617.

HSL color Cylindrical-coordinate representation of color #49437A: hue angle of 246.55º 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 #49437A is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7367122-
CMYK0.400.4500.52
HSL246.55º29.1%37.06%-
HSV(B)246.55º45.08%47.84%-
XYZ8.276.8419.3-
YUV75.06154.49126.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=27.86%
G=25.57%
B=46.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73671220.400.4500.52246.5529.137.06
Hex49437A282D034f71d25
Octal11110317250550643673545
Binary10010011000011111101010100010110101101001111011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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