#494473

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

Shades of Corn Flower Blue #494473

Tints of Corn Flower Blue #494473

Color information

#494473 (or 0x494473) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 44 and 73. RGB value is (73,68,115). Sum of RGB (Red+Green+Blue) = 73+68+115=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #494473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494473 is #B6BB8C. Grayscale: #4A4A4A. Windows color (decimal): -11975565 or 7554121. OLE color: 7554121.

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

Color convert

RGB7368115-
CMYK0.370.4100.55
HSL246.38º25.68%35.88%-
HSV(B)246.38º40.87%45.1%-
XYZ7.916.7917.11-
YUV74.85150.66126.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=28.52%
G=26.56%
B=44.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73681150.370.4100.55246.3825.6835.88
Hex4944732529037f61a24
Octal11110416345510673663244
Binary10010011000100111001110010110100101101111111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494473; }

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

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

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

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

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

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

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

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