#494565

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

Shades of Corn Flower Blue #494565

Tints of Corn Flower Blue #494565

Color information

#494565 (or 0x494565) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 45 and 65. RGB value is (73,69,101). Sum of RGB (Red+Green+Blue) = 73+69+101=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 69 (27.34% from 255 or 28.40% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #494565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494565 is #B6BA9A. Grayscale: #494949. Windows color (decimal): -11975323 or 6636873. OLE color: 6636873.

HSL color Cylindrical-coordinate representation of color #494565: hue angle of 247.5º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #494565 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7369101-
CMYK0.280.3200.60
HSL247.5º18.82%33.33%-
HSV(B)247.5º31.68%39.61%-
XYZ7.226.6113.21-
YUV73.84143.33127.4-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 69 (27.34% from 255) = 28.40%
BLUE value IS 101 (39.84% from 255) = 41.56%
R=30.04%
G=28.40%
B=41.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73691010.280.3200.60247.518.8233.33
Hex4945651C2003Cf81321
Octal11110514534400743702341
Binary1001001100010111001011110010000001111001111100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494565; }

 p { color: rgb(73,69,101); }

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

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

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

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

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

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

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