#494668

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

Shades of Corn Flower Blue #494668

Tints of Corn Flower Blue #494668

Color information

#494668 (or 0x494668) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 46 and 68. RGB value is (73,70,104). Sum of RGB (Red+Green+Blue) = 73+70+104=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 104 - color contains mainly: blue. Hex color #494668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494668 is #B6B997. Grayscale: #4A4A4A. Windows color (decimal): -11975064 or 6833737. OLE color: 6833737.

HSL color Cylindrical-coordinate representation of color #494668: hue angle of 245.29º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #494668 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7370104-
CMYK0.300.3300.59
HSL245.29º19.54%34.12%-
HSV(B)245.29º32.69%40.78%-
XYZ7.446.814.02-
YUV74.77144.49126.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 104 (41.02% from 255) = 42.11%
R=29.55%
G=28.34%
B=42.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73701040.300.3300.59245.2919.5434.12
Hex4946681E2103Bf51422
Octal11110615036410733652442
Binary1001001100011011010001111010000101110111111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494668; }

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

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

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

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

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

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

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

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