#494673

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

Shades of Corn Flower Blue #494673

Tints of Corn Flower Blue #494673

Color information

#494673 (or 0x494673) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 46 and 73. RGB value is (73,70,115). Sum of RGB (Red+Green+Blue) = 73+70+115=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #494673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494673 is #B6B98C. Grayscale: #4B4B4B. Windows color (decimal): -11975053 or 7554633. OLE color: 7554633.

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

Color convert

RGB7370115-
CMYK0.370.3900.55
HSL244º24.32%36.27%-
HSV(B)244º39.13%45.1%-
XYZ8.037.0317.15-
YUV76.03149.99125.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 115 (45.31% from 255) = 44.57%
R=28.29%
G=27.13%
B=44.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73701150.370.3900.5524424.3236.27
Hex4946732527037f41824
Octal11110616345470673643044
Binary10010011000110111001110010110011101101111111010011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494673; }

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

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

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

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

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

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

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

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