#494C68

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

Shades of Corn Flower Blue #494C68

Tints of Corn Flower Blue #494C68

Color information

#494C68 (or 0x494C68) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 68. RGB value is (73,76,104). Sum of RGB (Red+Green+Blue) = 73+76+104=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #494C68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C68 is #B6B397. Grayscale: #4E4E4E. Windows color (decimal): -11973528 or 6835273. OLE color: 6835273.

HSL color Cylindrical-coordinate representation of color #494C68: hue angle of 234.19º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494C68 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7376104-
CMYK0.300.2700.59
HSL234.19º17.51%34.71%-
HSV(B)234.19º29.81%40.78%-
XYZ7.837.5814.15-
YUV78.29142.51124.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.85%
GREEN value IS 76 (30.08% from 255) = 30.04%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=28.85%
G=30.04%
B=41.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73761040.300.2700.59234.1917.5134.71
Hex494C681E1B03Bea1223
Octal11111415036330733522243
Binary100100110011001101000111101101101110111110101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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