#494968

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

Shades of Corn Flower Blue #494968

Tints of Corn Flower Blue #494968

Color information

#494968 (or 0x494968) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 49 and 68. RGB value is (73,73,104). Sum of RGB (Red+Green+Blue) = 73+73+104=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 104 - color contains mainly: blue. Hex color #494968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494968 is #B6B697. Grayscale: #4C4C4C. Windows color (decimal): -11974296 or 6834505. OLE color: 6834505.

HSL color Cylindrical-coordinate representation of color #494968: hue angle of 240º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #494968 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7373104-
CMYK0.300.3000.59
HSL240º17.51%34.71%-
HSV(B)240º29.81%40.78%-
XYZ7.637.1814.08-
YUV76.53143.5125.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.2%
GREEN value IS 73 (28.91% from 255) = 29.2%
BLUE value IS 104 (41.02% from 255) = 41.6%
R=29.2%
G=29.2%
B=41.6%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73731040.300.3000.5924017.5134.71
Hex4949681E1E03Bf01223
Octal11111115036360733602243
Binary100100110010011101000111101111001110111111000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494968; }

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

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

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

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

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

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

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

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