#494373

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

Shades of Corn Flower Blue #494373

Tints of Corn Flower Blue #494373

Color information

#494373 (or 0x494373) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 43 and 73. RGB value is (73,67,115). Sum of RGB (Red+Green+Blue) = 73+67+115=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #494373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494373 is #B6BC8C. Grayscale: #4A4A4A. Windows color (decimal): -11975821 or 7553865. OLE color: 7553865.

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

Color convert

RGB7367115-
CMYK0.370.4200.55
HSL247.5º26.37%35.69%-
HSV(B)247.5º41.74%45.1%-
XYZ7.856.6717.09-
YUV74.27150.99127.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=28.63%
G=26.27%
B=45.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73671150.370.4200.55247.526.3735.69
Hex494373252A037f81a24
Octal11110316345520673703244
Binary10010011000011111001110010110101001101111111100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494373; }

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

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

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

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

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

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

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

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