#494C75

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

Shades of Corn Flower Blue #494C75

Tints of Corn Flower Blue #494C75

Color information

#494C75 (or 0x494C75) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 4C and 75. RGB value is (73,76,117). Sum of RGB (Red+Green+Blue) = 73+76+117=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #494C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C75 is #B6B38A. Grayscale: #4F4F4F. Windows color (decimal): -11973515 or 7687241. OLE color: 7687241.

HSL color Cylindrical-coordinate representation of color #494C75: hue angle of 235.91º 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 #494C75 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7376117-
CMYK0.380.3500.54
HSL235.91º23.16%37.25%-
HSV(B)235.91º37.61%45.88%-
XYZ8.547.8717.9-
YUV79.78149.01123.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.44%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=27.44%
G=28.57%
B=43.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73761170.380.3500.54235.9123.1637.25
Hex494C752623036ec1725
Octal11111416546430663542745
Binary10010011001100111010110011010001101101101110110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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