#494178

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

Shades of Corn Flower Blue #494178

Tints of Corn Flower Blue #494178

Color information

#494178 (or 0x494178) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 41 and 78. RGB value is (73,65,120). Sum of RGB (Red+Green+Blue) = 73+65+120=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 120 - color contains mainly: blue. Hex color #494178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494178 is #B6BE87. Grayscale: #494949. Windows color (decimal): -11976328 or 7881033. OLE color: 7881033.

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

Color convert

RGB7365120-
CMYK0.390.4600.53
HSL248.73º29.73%36.27%-
HSV(B)248.73º45.83%47.06%-
XYZ8.036.5518.61-
YUV73.66154.15127.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=28.29%
G=25.19%
B=46.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73651200.390.4600.53248.7329.7336.27
Hex494178272E035f91e24
Octal11110117047560653713644
Binary10010011000001111100010011110111001101011111100111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494178; }

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

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

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

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

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

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

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

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