#494865

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

Shades of Corn Flower Blue #494865

Tints of Corn Flower Blue #494865

Color information

#494865 (or 0x494865) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 48 and 65. RGB value is (73,72,101). Sum of RGB (Red+Green+Blue) = 73+72+101=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #494865 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494865 is #B6B79A. Grayscale: #4B4B4B. Windows color (decimal): -11974555 or 6637641. OLE color: 6637641.

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

Color convert

RGB7372101-
CMYK0.280.2900.60
HSL242.07º16.76%33.92%-
HSV(B)242.07º28.71%39.61%-
XYZ7.416.9913.27-
YUV75.6142.33126.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=29.67%
G=29.27%
B=41.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73721010.280.2900.60242.0716.7633.92
Hex4948651C1D03Cf21122
Octal11111014534350743622142
Binary100100110010001100101111001110101111001111001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494865; }

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

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

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

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

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

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

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

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