#494172

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

Shades of Corn Flower Blue #494172

Tints of Corn Flower Blue #494172

Color information

#494172 (or 0x494172) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 41 and 72. RGB value is (73,65,114). Sum of RGB (Red+Green+Blue) = 73+65+114=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #494172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494172 is #B6BE8D. Grayscale: #484848. Windows color (decimal): -11976334 or 7487817. OLE color: 7487817.

HSL color Cylindrical-coordinate representation of color #494172: hue angle of 249.8º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #494172 is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7365114-
CMYK0.360.4300.55
HSL249.8º27.37%35.1%-
HSV(B)249.8º42.98%44.71%-
XYZ7.686.4116.75-
YUV72.98151.15128.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=28.97%
G=25.79%
B=45.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73651140.360.4300.55249.827.3735.1
Hex494172242B037fa1b23
Octal11110116244530673723343
Binary10010011000001111001010010010101101101111111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494172; }

 p { color: rgb(73,65,114); }

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

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

 a { background-color: rgb(73,65,114); }

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

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

 span { border-color: rgb(73,65,114); }

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