#494779

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

Shades of Corn Flower Blue #494779

Tints of Corn Flower Blue #494779

Color information

#494779 (or 0x494779) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 79. RGB value is (73,71,121). Sum of RGB (Red+Green+Blue) = 73+71+121=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #494779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494779 is #B6B886. Grayscale: #4D4D4D. Windows color (decimal): -11974791 or 7948105. OLE color: 7948105.

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

Color convert

RGB7371121-
CMYK0.400.4100.53
HSL242.4º26.04%37.65%-
HSV(B)242.4º41.32%47.45%-
XYZ8.457.319.05-
YUV77.3152.66124.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.55%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=27.55%
G=26.79%
B=45.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73711210.400.4100.53242.426.0437.65
Hex4947792829035f21a26
Octal11110717150510653623246
Binary10010011000111111100110100010100101101011111001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494779; }

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

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

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

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

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

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

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

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