#494476

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

Shades of Corn Flower Blue #494476

Tints of Corn Flower Blue #494476

Color information

#494476 (or 0x494476) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 76. RGB value is (73,68,118). Sum of RGB (Red+Green+Blue) = 73+68+118=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #494476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494476 is #B6BB89. Grayscale: #4B4B4B. Windows color (decimal): -11975562 or 7750729. OLE color: 7750729.

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

Color convert

RGB7368118-
CMYK0.380.4200.54
HSL246º26.88%36.47%-
HSV(B)246º42.37%46.27%-
XYZ8.086.8618.04-
YUV75.19152.16126.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=28.19%
G=26.25%
B=45.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73681180.380.4200.5424626.8836.47
Hex494476262A036f61b24
Octal11110416646520663663344
Binary10010011000100111011010011010101001101101111011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494476; }

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

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

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

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

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

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

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

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