#494973

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

Shades of Corn Flower Blue #494973

Tints of Corn Flower Blue #494973

Color information

#494973 (or 0x494973) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 73. RGB value is (73,73,115). Sum of RGB (Red+Green+Blue) = 73+73+115=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #494973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494973 is #B6B68C. Grayscale: #4D4D4D. Windows color (decimal): -11974285 or 7555401. OLE color: 7555401.

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

Color convert

RGB7373115-
CMYK0.370.3700.55
HSL240º22.34%36.86%-
HSV(B)240º36.52%45.1%-
XYZ8.227.4217.22-
YUV77.79149124.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=27.97%
G=27.97%
B=44.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73731150.370.3700.5524022.3436.86
Hex4949732525037f01625
Octal11111116345450673602645
Binary10010011001001111001110010110010101101111111000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494973; }

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

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

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

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

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

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

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

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