#494775

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

Shades of Corn Flower Blue #494775

Tints of Corn Flower Blue #494775

Color information

#494775 (or 0x494775) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 75. RGB value is (73,71,117). Sum of RGB (Red+Green+Blue) = 73+71+117=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #494775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494775 is #B6B88A. Grayscale: #4C4C4C. Windows color (decimal): -11974795 or 7685961. OLE color: 7685961.

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

Color convert

RGB7371117-
CMYK0.380.3900.54
HSL242.61º24.47%36.86%-
HSV(B)242.61º39.32%45.88%-
XYZ8.217.2117.79-
YUV76.84150.66125.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 71 (28.12% from 255) = 27.20%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=27.97%
G=27.20%
B=44.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73711170.380.3900.54242.6124.4736.86
Hex4947752627036f31825
Octal11110716546470663633045
Binary10010011000111111010110011010011101101101111001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494775; }

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

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

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

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

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

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

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

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