#494963

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

Shades of Corn Flower Blue #494963

Tints of Corn Flower Blue #494963

Color information

#494963 (or 0x494963) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 63. RGB value is (73,73,99). Sum of RGB (Red+Green+Blue) = 73+73+99=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #494963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494963 is #B6B69C. Grayscale: #4B4B4B. Windows color (decimal): -11974301 or 6506825. OLE color: 6506825.

HSL color Cylindrical-coordinate representation of color #494963: hue angle of 240º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494963 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB737399-
CMYK0.260.2600.61
HSL240º15.12%33.73%-
HSV(B)240º26.26%38.82%-
XYZ7.387.0812.78-
YUV75.96141125.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.80%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=29.80%
G=29.80%
B=40.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7373990.260.2600.6124015.1233.73
Hex4949631A1A03Df0f22
Octal11111114332320753601742
Binary10010011001001110001111010110100111101111100001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494963; }

 p { color: rgb(73,73,99); }

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

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

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

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

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

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

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