#494873

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

Shades of Corn Flower Blue #494873

Tints of Corn Flower Blue #494873

Color information

#494873 (or 0x494873) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 73. RGB value is (73,72,115). Sum of RGB (Red+Green+Blue) = 73+72+115=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #494873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494873 is #B6B78C. Grayscale: #4D4D4D. Windows color (decimal): -11974541 or 7555145. OLE color: 7555145.

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

Color convert

RGB7372115-
CMYK0.370.3700.55
HSL241.4º22.99%36.67%-
HSV(B)241.4º37.39%45.1%-
XYZ8.167.2917.2-
YUV77.2149.33125-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 72 (28.52% from 255) = 27.69%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=28.08%
G=27.69%
B=44.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73721150.370.3700.55241.422.9936.67
Hex4948732525037f11725
Octal11111016345450673612745
Binary10010011001000111001110010110010101101111111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494873; }

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

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

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

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

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

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

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

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