#494772

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

Shades of Corn Flower Blue #494772

Tints of Corn Flower Blue #494772

Color information

#494772 (or 0x494772) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 72. RGB value is (73,71,114). Sum of RGB (Red+Green+Blue) = 73+71+114=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #494772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494772 is #B6B88D. Grayscale: #4C4C4C. Windows color (decimal): -11974798 or 7489353. OLE color: 7489353.

HSL color Cylindrical-coordinate representation of color #494772: hue angle of 242.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #494772 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7371114-
CMYK0.360.3800.55
HSL242.79º23.24%36.27%-
HSV(B)242.79º37.72%44.71%-
XYZ8.047.1416.87-
YUV76.5149.16125.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 71 (28.12% from 255) = 27.52%
BLUE value IS 114 (44.92% from 255) = 44.19%
R=28.29%
G=27.52%
B=44.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73711140.360.3800.55242.7923.2436.27
Hex4947722426037f31724
Octal11110716244460673632744
Binary10010011000111111001010010010011001101111111001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494772; }

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

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

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

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

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

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

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

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