#494768

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

Shades of Corn Flower Blue #494768

Tints of Corn Flower Blue #494768

Color information

#494768 (or 0x494768) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 68. RGB value is (73,71,104). Sum of RGB (Red+Green+Blue) = 73+71+104=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 104 - color contains mainly: blue. Hex color #494768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494768 is #B6B897. Grayscale: #4B4B4B. Windows color (decimal): -11974808 or 6833993. OLE color: 6833993.

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

Color convert

RGB7371104-
CMYK0.300.3200.59
HSL243.64º18.86%34.31%-
HSV(B)243.64º31.73%40.78%-
XYZ7.56.9214.04-
YUV75.36144.16126.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.44%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=29.44%
G=28.63%
B=41.94%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73711040.300.3200.59243.6418.8634.31
Hex4947681E2003Bf41322
Octal11110715036400733642342
Binary1001001100011111010001111010000001110111111010010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494768; }

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

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

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

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

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

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

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

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