#494079

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

Shades of Corn Flower Blue #494079

Tints of Corn Flower Blue #494079

Color information

#494079 (or 0x494079) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 40 and 79. RGB value is (73,64,121). Sum of RGB (Red+Green+Blue) = 73+64+121=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #494079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494079 is #B6BF86. Grayscale: #484848. Windows color (decimal): -11976583 or 7946313. OLE color: 7946313.

HSL color Cylindrical-coordinate representation of color #494079: hue angle of 249.47º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494079 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7364121-
CMYK0.400.4700.53
HSL249.47º30.81%36.27%-
HSV(B)249.47º47.11%47.45%-
XYZ8.036.4618.91-
YUV73.19154.98127.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=28.29%
G=24.81%
B=46.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73641210.400.4700.53249.4730.8136.27
Hex494079282F035f91f24
Octal11110017150570653713744
Binary10010011000000111100110100010111101101011111100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494079; }

 p { color: rgb(73,64,121); }

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

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

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

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

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

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

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