#494976

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

Shades of Corn Flower Blue #494976

Tints of Corn Flower Blue #494976

Color information

#494976 (or 0x494976) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 76. RGB value is (73,73,118). Sum of RGB (Red+Green+Blue) = 73+73+118=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #494976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494976 is #B6B689. Grayscale: #4D4D4D. Windows color (decimal): -11974282 or 7752009. OLE color: 7752009.

HSL color Cylindrical-coordinate representation of color #494976: hue angle of 240º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494976 is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7373118-
CMYK0.380.3800.54
HSL240º23.56%37.45%-
HSV(B)240º38.14%46.27%-
XYZ8.47.4918.14-
YUV78.13150.5124.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 118 (46.48% from 255) = 44.70%
R=27.65%
G=27.65%
B=44.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73731180.380.3800.5424023.5637.45
Hex4949762626036f01825
Octal11111116646460663603045
Binary10010011001001111011010011010011001101101111000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494976; }

 p { color: rgb(73,73,118); }

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

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

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

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

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

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

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