#494173

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

Shades of Corn Flower Blue #494173

Tints of Corn Flower Blue #494173

Color information

#494173 (or 0x494173) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 41 and 73. RGB value is (73,65,115). Sum of RGB (Red+Green+Blue) = 73+65+115=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 115 (45.31% from 255 or 45.45% from 253); Max value from RGB is 115 - color contains mainly: blue. Hex color #494173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494173 is #B6BE8C. Grayscale: #484848. Windows color (decimal): -11976333 or 7553353. OLE color: 7553353.

HSL color Cylindrical-coordinate representation of color #494173: hue angle of 249.6º degrees, saturation: 0.28, 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 #494173 is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7365115-
CMYK0.370.4300.55
HSL249.6º27.78%35.29%-
HSV(B)249.6º43.48%45.1%-
XYZ7.736.4317.05-
YUV73.09151.65127.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 65 (25.78% from 255) = 25.69%
BLUE value IS 115 (45.31% from 255) = 45.45%
R=28.85%
G=25.69%
B=45.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73651150.370.4300.55249.627.7835.29
Hex494173252B037fa1c23
Octal11110116345530673723443
Binary10010011000001111001110010110101101101111111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494173; }

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

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

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

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

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

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

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

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