#494273

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

Shades of Corn Flower Blue #494273

Tints of Corn Flower Blue #494273

Color information

#494273 (or 0x494273) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 42 and 73. RGB value is (73,66,115). Sum of RGB (Red+Green+Blue) = 73+66+115=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #494273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494273 is #B6BD8C. Grayscale: #494949. Windows color (decimal): -11976077 or 7553609. OLE color: 7553609.

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

Color convert

RGB7366115-
CMYK0.370.4300.55
HSL248.57º27.07%35.49%-
HSV(B)248.57º42.61%45.1%-
XYZ7.796.5517.07-
YUV73.68151.32127.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.74%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=28.74%
G=25.98%
B=45.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73661150.370.4300.55248.5727.0735.49
Hex494273252B037f91b23
Octal11110216345530673713343
Binary10010011000010111001110010110101101101111111100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494273; }

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

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

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

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

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

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

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

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