#4E4B79

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

Shades of Corn Flower Blue #4E4B79

Tints of Corn Flower Blue #4E4B79

Color information

#4E4B79 (or 0x4E4B79) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 4B and 79. RGB value is (78,75,121). Sum of RGB (Red+Green+Blue) = 78+75+121=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 75 (29.69% from 255 or 27.37% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E4B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4B79 is #B1B486. Grayscale: #505050. Windows color (decimal): -11646087 or 7949134. OLE color: 7949134.

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

Color convert

RGB7875121-
CMYK0.360.3800.53
HSL243.91º23.47%38.43%-
HSV(B)243.91º38.02%47.45%-
XYZ9.118.0319.16-
YUV81.14150.49125.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.47%
GREEN value IS 75 (29.69% from 255) = 27.37%
BLUE value IS 121 (47.66% from 255) = 44.16%
R=28.47%
G=27.37%
B=44.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78751210.360.3800.53243.9123.4738.43
Hex4E4B792426035f41726
Octal11611317144460653642746
Binary10011101001011111100110010010011001101011111010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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