#494471

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

Shades of Corn Flower Blue #494471

Tints of Corn Flower Blue #494471

Color information

#494471 (or 0x494471) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 71. RGB value is (73,68,113). Sum of RGB (Red+Green+Blue) = 73+68+113=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #494471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494471 is #B6BB8E. Grayscale: #4A4A4A. Windows color (decimal): -11975567 or 7423049. OLE color: 7423049.

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

Color convert

RGB7368113-
CMYK0.350.4000.56
HSL246.67º24.86%35.49%-
HSV(B)246.67º39.82%44.31%-
XYZ7.86.7416.51-
YUV74.62149.66126.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=28.74%
G=26.77%
B=44.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73681130.350.4000.56246.6724.8635.49
Hex4944712328038f71923
Octal11110416143500703673143
Binary10010011000100111000110001110100001110001111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494471; }

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

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

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

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

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

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

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

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