#494C67

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

Shades of Corn Flower Blue #494C67

Tints of Corn Flower Blue #494C67

Color information

#494C67 (or 0x494C67) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 67. RGB value is (73,76,103). Sum of RGB (Red+Green+Blue) = 73+76+103=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #494C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C67 is #B6B398. Grayscale: #4E4E4E. Windows color (decimal): -11973529 or 6769737. OLE color: 6769737.

HSL color Cylindrical-coordinate representation of color #494C67: hue angle of 234º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494C67 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7376103-
CMYK0.290.2600.60
HSL234º17.05%34.51%-
HSV(B)234º29.13%40.39%-
XYZ7.787.5613.88-
YUV78.18142.01124.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.97%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=28.97%
G=30.16%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73761030.290.2600.6023417.0534.51
Hex494C671D1A03Cea1123
Octal11111414735320743522143
Binary100100110011001100111111011101001111001110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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