#4E4771

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

Shades of Corn Flower Blue #4E4771

Tints of Corn Flower Blue #4E4771

Color information

#4E4771 (or 0x4E4771) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 47 and 71. RGB value is (78,71,113). Sum of RGB (Red+Green+Blue) = 78+71+113=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E4771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4771 is #B1B88E. Grayscale: #4D4D4D. Windows color (decimal): -11647119 or 7423822. OLE color: 7423822.

HSL color Cylindrical-coordinate representation of color #4E4771: hue angle of 250º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E4771 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7871113-
CMYK0.310.3700.56
HSL250º22.83%36.08%-
HSV(B)250º37.17%44.31%-
XYZ8.387.3216.59-
YUV77.88147.82128.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.77%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=29.77%
G=27.10%
B=43.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78711130.310.3700.5625022.8336.08
Hex4E47711F25038fa1724
Octal11610716137450703722744
Binary1001110100011111100011111110010101110001111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E4771; }

 p { color: rgb(78,71,113); }

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

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

 a { background-color: rgb(78,71,113); }

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

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

 span { border-color: rgb(78,71,113); }

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