#494271

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

Shades of Corn Flower Blue #494271

Tints of Corn Flower Blue #494271

Color information

#494271 (or 0x494271) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 42 and 71. RGB value is (73,66,113). Sum of RGB (Red+Green+Blue) = 73+66+113=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 113 - color contains mainly: blue. Hex color #494271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494271 is #B6BD8E. Grayscale: #494949. Windows color (decimal): -11976079 or 7422537. OLE color: 7422537.

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

Color convert

RGB7366113-
CMYK0.350.4200.56
HSL248.94º26.26%35.1%-
HSV(B)248.94º41.59%44.31%-
XYZ7.686.5116.47-
YUV73.45150.32127.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=28.97%
G=26.19%
B=44.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73661130.350.4200.56248.9426.2635.1
Hex494271232A038f91a23
Octal11110216143520703713243
Binary10010011000010111000110001110101001110001111100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494271; }

 p { color: rgb(73,66,113); }

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

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

 a { background-color: rgb(73,66,113); }

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

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

 span { border-color: rgb(73,66,113); }

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