#494675

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

Shades of Corn Flower Blue #494675

Tints of Corn Flower Blue #494675

Color information

#494675 (or 0x494675) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 46 and 75. RGB value is (73,70,117). Sum of RGB (Red+Green+Blue) = 73+70+117=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #494675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494675 is #B6B98A. Grayscale: #4C4C4C. Windows color (decimal): -11975051 or 7685705. OLE color: 7685705.

HSL color Cylindrical-coordinate representation of color #494675: hue angle of 243.83º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #494675 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7370117-
CMYK0.380.4000.54
HSL243.83º25.13%36.67%-
HSV(B)243.83º40.17%45.88%-
XYZ8.157.0817.77-
YUV76.26150.99125.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.08%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 117 (46.09% from 255) = 45%
R=28.08%
G=26.92%
B=45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73701170.380.4000.54243.8325.1336.67
Hex4946752628036f41925
Octal11110616546500663643145
Binary10010011000110111010110011010100001101101111010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494675; }

 p { color: rgb(73,70,117); }

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

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

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

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

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

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

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