#494571

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

Shades of Corn Flower Blue #494571

Tints of Corn Flower Blue #494571

Color information

#494571 (or 0x494571) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 71. RGB value is (73,69,113). Sum of RGB (Red+Green+Blue) = 73+69+113=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #494571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494571 is #B6BA8E. Grayscale: #4B4B4B. Windows color (decimal): -11975311 or 7423305. OLE color: 7423305.

HSL color Cylindrical-coordinate representation of color #494571: hue angle of 245.45º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #494571 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7369113-
CMYK0.350.3900.56
HSL245.45º24.18%35.69%-
HSV(B)245.45º38.94%44.31%-
XYZ7.866.8616.53-
YUV75.21149.33126.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.63%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=28.63%
G=27.06%
B=44.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73691130.350.3900.56245.4524.1835.69
Hex4945712327038f51824
Octal11110516143470703653044
Binary10010011000101111000110001110011101110001111010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494571; }

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

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

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

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

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

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

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

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