#494874

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

Shades of Corn Flower Blue #494874

Tints of Corn Flower Blue #494874

Color information

#494874 (or 0x494874) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 74. RGB value is (73,72,116). Sum of RGB (Red+Green+Blue) = 73+72+116=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #494874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494874 is #B6B78B. Grayscale: #4D4D4D. Windows color (decimal): -11974540 or 7620681. OLE color: 7620681.

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

Color convert

RGB7372116-
CMYK0.370.3800.55
HSL241.36º23.4%36.86%-
HSV(B)241.36º37.93%45.49%-
XYZ8.227.3117.5-
YUV77.32149.83124.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 116 (45.70% from 255) = 44.44%
R=27.97%
G=27.59%
B=44.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73721160.370.3800.55241.3623.436.86
Hex4948742526037f11725
Octal11111016445460673612745
Binary10010011001000111010010010110011001101111111000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494874; }

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

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

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

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

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

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

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

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