#494C6C

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

Shades of Corn Flower Blue #494C6C

Tints of Corn Flower Blue #494C6C

Color information

#494C6C (or 0x494C6C) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 6C. RGB value is (73,76,108). Sum of RGB (Red+Green+Blue) = 73+76+108=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 108 - color contains mainly: blue. Hex color #494C6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C6C is #B6B393. Grayscale: #4E4E4E. Windows color (decimal): -11973524 or 7097417. OLE color: 7097417.

HSL color Cylindrical-coordinate representation of color #494C6C: hue angle of 234.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494C6C is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7376108-
CMYK0.320.3000.58
HSL234.86º19.34%35.49%-
HSV(B)234.86º32.41%42.35%-
XYZ8.047.6715.24-
YUV78.75144.51123.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 76 (30.08% from 255) = 29.57%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=28.40%
G=29.57%
B=42.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73761080.320.3000.58234.8619.3435.49
Hex494C6C201E03Aeb1323
Octal11111415440360723532343
Binary1001001100110011011001000001111001110101110101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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