#49486f

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

Shades of Corn Flower Blue #49486F

Tints of Corn Flower Blue #49486F

Color information

#49486F (or 0x49486F) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 6F. RGB value is (73,72,111). Sum of RGB (Red+Green+Blue) = 73+72+111=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #49486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49486F is #B6B790. Grayscale: #4C4C4C. Windows color (decimal): -11974545 or 7293001. OLE color: 7293001.

HSL color Cylindrical-coordinate representation of color #49486F: hue angle of 241.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49486F is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7372111-
CMYK0.340.3500.56
HSL241.54º21.31%35.88%-
HSV(B)241.54º35.14%43.53%-
XYZ7.937.216.01-
YUV76.74147.33125.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 72 (28.52% from 255) = 28.12%
BLUE value IS 111 (43.75% from 255) = 43.36%
R=28.52%
G=28.12%
B=43.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73721110.340.3500.56241.5421.3135.88
Hex49486F2223038f21524
Octal11111015742430703622544
Binary10010011001000110111110001010001101110001111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49486f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49486f; }

 p { color: rgb(73,72,111); }

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

<style>
 a { background-color: #49486f; }

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

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

<style>
 span { border-color: #49486f; }

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

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