#494C6A

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

Shades of Corn Flower Blue #494C6A

Tints of Corn Flower Blue #494C6A

Color information

#494C6A (or 0x494C6A) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 6A. RGB value is (73,76,106). Sum of RGB (Red+Green+Blue) = 73+76+106=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 106 - color contains mainly: blue. Hex color #494C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C6A is #B6B395. Grayscale: #4E4E4E. Windows color (decimal): -11973526 or 6966345. OLE color: 6966345.

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

Color convert

RGB7376106-
CMYK0.310.2800.58
HSL234.55º18.44%35.1%-
HSV(B)234.55º31.13%41.57%-
XYZ7.937.6314.69-
YUV78.52143.51124.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=28.63%
G=29.80%
B=41.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73761060.310.2800.58234.5518.4435.1
Hex494C6A1F1C03Aeb1223
Octal11111415237340723532243
Binary100100110011001101010111111110001110101110101110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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