#494575

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

Shades of Corn Flower Blue #494575

Tints of Corn Flower Blue #494575

Color information

#494575 (or 0x494575) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 75. RGB value is (73,69,117). Sum of RGB (Red+Green+Blue) = 73+69+117=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 117 (46.09% from 255 or 45.17% from 259); Max value from RGB is 117 - color contains mainly: blue. Hex color #494575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494575 is #B6BA8A. Grayscale: #4B4B4B. Windows color (decimal): -11975307 or 7685449. OLE color: 7685449.

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

Color convert

RGB7369117-
CMYK0.380.4100.54
HSL245º25.81%36.47%-
HSV(B)245º41.03%45.88%-
XYZ8.096.9617.75-
YUV75.67151.33126.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.19%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 117 (46.09% from 255) = 45.17%
R=28.19%
G=26.64%
B=45.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73691170.380.4100.5424525.8136.47
Hex4945752629036f51a24
Octal11110516546510663653244
Binary10010011000101111010110011010100101101101111010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494575; }

 p { color: rgb(73,69,117); }

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

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

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

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

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

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

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