#494077

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

Shades of Corn Flower Blue #494077

Tints of Corn Flower Blue #494077

Color information

#494077 (or 0x494077) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 40 and 77. RGB value is (73,64,119). Sum of RGB (Red+Green+Blue) = 73+64+119=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #494077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494077 is #B6BF88. Grayscale: #484848. Windows color (decimal): -11976585 or 7815241. OLE color: 7815241.

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

Color convert

RGB7364119-
CMYK0.390.4600.53
HSL249.82º30.05%35.88%-
HSV(B)249.82º46.22%46.67%-
XYZ7.916.4218.27-
YUV72.96153.98128.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 119 (46.88% from 255) = 46.48%
R=28.52%
G=25%
B=46.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73641190.390.4600.53249.8230.0535.88
Hex494077272E035fa1e24
Octal11110016747560653723644
Binary10010011000000111011110011110111001101011111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494077; }

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

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

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

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

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

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

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

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