#4E486F

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

Shades of Corn Flower Blue #4E486F

Tints of Corn Flower Blue #4E486F

Color information

#4E486F (or 0x4E486F) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 48 and 6F. RGB value is (78,72,111). Sum of RGB (Red+Green+Blue) = 78+72+111=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E486F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E486F is #B1B790. Grayscale: #4E4E4E. Windows color (decimal): -11646865 or 7293006. OLE color: 7293006.

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

Color convert

RGB7872111-
CMYK0.300.3500.56
HSL249.23º21.31%35.88%-
HSV(B)249.23º35.14%43.53%-
XYZ8.337.416.03-
YUV78.24146.49127.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.89%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 42.53%
R=29.89%
G=27.59%
B=42.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78721110.300.3500.56249.2321.3135.88
Hex4E486F1E23038f91524
Octal11611015736430703712544
Binary1001110100100011011111111010001101110001111100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,72,111); }

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

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

 a { background-color: rgb(78,72,111); }

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

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

 span { border-color: rgb(78,72,111); }

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