#494177

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

Shades of Corn Flower Blue #494177

Tints of Corn Flower Blue #494177

Color information

#494177 (or 0x494177) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 41 and 77. RGB value is (73,65,119). Sum of RGB (Red+Green+Blue) = 73+65+119=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 119 - color contains mainly: blue. Hex color #494177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494177 is #B6BE88. Grayscale: #494949. Windows color (decimal): -11976329 or 7815497. OLE color: 7815497.

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

Color convert

RGB7365119-
CMYK0.390.4500.53
HSL248.89º29.35%36.08%-
HSV(B)248.89º45.38%46.67%-
XYZ7.976.5318.29-
YUV73.55153.65127.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 65 (25.78% from 255) = 25.29%
BLUE value IS 119 (46.88% from 255) = 46.30%
R=28.40%
G=25.29%
B=46.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73651190.390.4500.53248.8929.3536.08
Hex494177272D035f91d24
Octal11110116747550653713544
Binary10010011000001111011110011110110101101011111100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494177; }

 p { color: rgb(73,65,119); }

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

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

 a { background-color: rgb(73,65,119); }

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

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

 span { border-color: rgb(73,65,119); }

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