#494870

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

Shades of Corn Flower Blue #494870

Tints of Corn Flower Blue #494870

Color information

#494870 (or 0x494870) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 70. RGB value is (73,72,112). Sum of RGB (Red+Green+Blue) = 73+72+112=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #494870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494870 is #B6B78F. Grayscale: #4C4C4C. Windows color (decimal): -11974544 or 7358537. OLE color: 7358537.

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

Color convert

RGB7372112-
CMYK0.350.3600.56
HSL241.5º21.74%36.08%-
HSV(B)241.5º35.71%43.92%-
XYZ7.997.2216.3-
YUV76.86147.83125.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=28.40%
G=28.02%
B=43.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73721120.350.3600.56241.521.7436.08
Hex4948702324038f21624
Octal11111016043440703622644
Binary10010011001000111000010001110010001110001111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494870; }

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

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

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

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

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

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

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

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