#494970

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

Shades of Corn Flower Blue #494970

Tints of Corn Flower Blue #494970

Color information

#494970 (or 0x494970) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 70. RGB value is (73,73,112). Sum of RGB (Red+Green+Blue) = 73+73+112=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #494970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494970 is #B6B68F. Grayscale: #4D4D4D. Windows color (decimal): -11974288 or 7358793. OLE color: 7358793.

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

Color convert

RGB7373112-
CMYK0.350.3500.56
HSL240º21.08%36.27%-
HSV(B)240º34.82%43.92%-
XYZ8.057.3516.32-
YUV77.45147.5124.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.29%
GREEN value IS 73 (28.91% from 255) = 28.29%
BLUE value IS 112 (44.14% from 255) = 43.41%
R=28.29%
G=28.29%
B=43.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73731120.350.3500.5624021.0836.27
Hex4949702323038f01524
Octal11111116043430703602544
Binary10010011001001111000010001110001101110001111000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494970; }

 p { color: rgb(73,73,112); }

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

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

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

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

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

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

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