#494C78

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

Shades of Corn Flower Blue #494C78

Tints of Corn Flower Blue #494C78

Color information

#494C78 (or 0x494C78) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 78. RGB value is (73,76,120). Sum of RGB (Red+Green+Blue) = 73+76+120=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #494C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C78 is #B6B387. Grayscale: #4F4F4F. Windows color (decimal): -11973512 or 7883849. OLE color: 7883849.

HSL color Cylindrical-coordinate representation of color #494C78: hue angle of 236.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494C78 is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7376120-
CMYK0.390.3700.53
HSL236.17º24.35%37.84%-
HSV(B)236.17º39.17%47.06%-
XYZ8.727.9418.84-
YUV80.12150.51122.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 76 (30.08% from 255) = 28.25%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=27.14%
G=28.25%
B=44.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73761200.390.3700.53236.1724.3537.84
Hex494C782725035ec1826
Octal11111417047450653543046
Binary10010011001100111100010011110010101101011110110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494C78; }

 p { color: rgb(73,76,120); }

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

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

 a { background-color: rgb(73,76,120); }

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

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

 span { border-color: rgb(73,76,120); }

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