#494965

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

Shades of Corn Flower Blue #494965

Tints of Corn Flower Blue #494965

Color information

#494965 (or 0x494965) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 65. RGB value is (73,73,101). Sum of RGB (Red+Green+Blue) = 73+73+101=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 101 - color contains mainly: blue. Hex color #494965 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494965 is #B6B69A. Grayscale: #4C4C4C. Windows color (decimal): -11974299 or 6637897. OLE color: 6637897.

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

Color convert

RGB7373101-
CMYK0.280.2800.60
HSL240º16.09%34.12%-
HSV(B)240º27.72%39.61%-
XYZ7.487.1213.29-
YUV76.19142125.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.55%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=29.55%
G=29.55%
B=40.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73731010.280.2800.6024016.0934.12
Hex4949651C1C03Cf01022
Octal11111114534340743602042
Binary100100110010011100101111001110001111001111000010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494965; }

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

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

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

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

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

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

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

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