#494778

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

Shades of Corn Flower Blue #494778

Tints of Corn Flower Blue #494778

Color information

#494778 (or 0x494778) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 78. RGB value is (73,71,120). Sum of RGB (Red+Green+Blue) = 73+71+120=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 120 (47.27% from 255 or 45.45% from 264); Max value from RGB is 120 - color contains mainly: blue. Hex color #494778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494778 is #B6B887. Grayscale: #4C4C4C. Windows color (decimal): -11974792 or 7882569. OLE color: 7882569.

HSL color Cylindrical-coordinate representation of color #494778: hue angle of 242.45º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #494778 is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7371120-
CMYK0.390.4100.53
HSL242.45º25.65%37.45%-
HSV(B)242.45º40.83%47.06%-
XYZ8.397.2818.73-
YUV77.18152.16125.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 120 (47.27% from 255) = 45.45%
R=27.65%
G=26.89%
B=45.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73711200.390.4100.53242.4525.6537.45
Hex4947782729035f21a25
Octal11110717047510653623245
Binary10010011000111111100010011110100101101011111001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494778; }

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

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

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

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

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

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

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

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