#4E4F79

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

Shades of Corn Flower Blue #4E4F79

Tints of Corn Flower Blue #4E4F79

Color information

#4E4F79 (or 0x4E4F79) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 4F and 79. RGB value is (78,79,121). Sum of RGB (Red+Green+Blue) = 78+79+121=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E4F79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E4F79 is #B1B086. Grayscale: #535353. Windows color (decimal): -11645063 or 7950158. OLE color: 7950158.

HSL color Cylindrical-coordinate representation of color #4E4F79: hue angle of 238.6º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E4F79 is Cyan = 0.36, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7879121-
CMYK0.360.3500.53
HSL238.6º21.61%39.02%-
HSV(B)238.6º35.54%47.45%-
XYZ9.398.5919.25-
YUV83.49149.17124.08-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=28.06%
G=28.42%
B=43.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78791210.360.3500.53238.621.6139.02
Hex4E4F792423035ef1627
Octal11611717144430653572647
Binary10011101001111111100110010010001101101011110111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,121); }

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

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

 a { background-color: rgb(78,79,121); }

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

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

 span { border-color: rgb(78,79,121); }

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