#494777

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

Shades of Corn Flower Blue #494777

Tints of Corn Flower Blue #494777

Color information

#494777 (or 0x494777) is unknown color: approx Corn Flower Blue. HEX triplet: 49, 47 and 77. RGB value is (73,71,119). Sum of RGB (Red+Green+Blue) = 73+71+119=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #494777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494777 is #B6B888. Grayscale: #4C4C4C. Windows color (decimal): -11974793 or 7817033. OLE color: 7817033.

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

Color convert

RGB7371119-
CMYK0.390.4000.53
HSL242.5º25.26%37.25%-
HSV(B)242.5º40.34%46.67%-
XYZ8.337.2518.41-
YUV77.07151.66125.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.76%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=27.76%
G=27.00%
B=45.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73711190.390.4000.53242.525.2637.25
Hex4947772728035f21925
Octal11110716747500653623145
Binary10010011000111111011110011110100001101011111001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494777; }

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

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

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

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

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

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

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

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