#494D75

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

Shades of Corn Flower Blue #494D75

Tints of Corn Flower Blue #494D75

Color information

#494D75 (or 0x494D75) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4D and 75. RGB value is (73,77,117). Sum of RGB (Red+Green+Blue) = 73+77+117=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #494D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D75 is #B6B28A. Grayscale: #505050. Windows color (decimal): -11973259 or 7687497. OLE color: 7687497.

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

Color convert

RGB7377117-
CMYK0.380.3400.54
HSL234.55º23.16%37.25%-
HSV(B)234.55º37.61%45.88%-
XYZ8.618.0117.92-
YUV80.36148.67122.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 77 (30.47% from 255) = 28.84%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=27.34%
G=28.84%
B=43.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73771170.380.3400.54234.5523.1637.25
Hex494D752622036eb1725
Octal11111516546420663532745
Binary10010011001101111010110011010001001101101110101110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494D75; }

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

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

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

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

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

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

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

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