#494276

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

Shades of Corn Flower Blue #494276

Tints of Corn Flower Blue #494276

Color information

#494276 (or 0x494276) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 42 and 76. RGB value is (73,66,118). Sum of RGB (Red+Green+Blue) = 73+66+118=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #494276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494276 is #B6BD89. Grayscale: #494949. Windows color (decimal): -11976074 or 7750217. OLE color: 7750217.

HSL color Cylindrical-coordinate representation of color #494276: hue angle of 248.08º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #494276 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7366118-
CMYK0.380.4400.54
HSL248.08º28.26%36.08%-
HSV(B)248.08º44.07%46.27%-
XYZ7.976.6218-
YUV74.02152.82127.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=28.40%
G=25.68%
B=45.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73661180.380.4400.54248.0828.2636.08
Hex494276262C036f81c24
Octal11110216646540663703444
Binary10010011000010111011010011010110001101101111100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494276; }

 p { color: rgb(73,66,118); }

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

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

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

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

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

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

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