#494578

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

Shades of Corn Flower Blue #494578

Tints of Corn Flower Blue #494578

Color information

#494578 (or 0x494578) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 78. RGB value is (73,69,120). Sum of RGB (Red+Green+Blue) = 73+69+120=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #494578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494578 is #B6BA87. Grayscale: #4B4B4B. Windows color (decimal): -11975304 or 7882057. OLE color: 7882057.

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

Color convert

RGB7369120-
CMYK0.390.4200.53
HSL244.71º26.98%37.06%-
HSV(B)244.71º42.5%47.06%-
XYZ8.277.0318.69-
YUV76.01152.83125.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=27.86%
G=26.34%
B=45.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73691200.390.4200.53244.7126.9837.06
Hex494578272A035f51b25
Octal11110517047520653653345
Binary10010011000101111100010011110101001101011111010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494578; }

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

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

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

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

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

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

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

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