#4E4875

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

Shades of Corn Flower Blue #4E4875

Tints of Corn Flower Blue #4E4875

Color information

#4E4875 (or 0x4E4875) is unknown color: approx Corn Flower Blue. HEX triplet: 4E, 48 and 75. RGB value is (78,72,117). Sum of RGB (Red+Green+Blue) = 78+72+117=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #4E4875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4875 is #B1B78A. Grayscale: #4E4E4E. Windows color (decimal): -11646859 or 7686222. OLE color: 7686222.

HSL color Cylindrical-coordinate representation of color #4E4875: hue angle of 248º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E4875 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7872117-
CMYK0.330.3800.54
HSL248º23.81%37.06%-
HSV(B)248º38.46%45.88%-
XYZ8.677.5417.83-
YUV78.92149.49127.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=29.21%
G=26.97%
B=43.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78721170.330.3800.5424823.8137.06
Hex4E48752126036f81825
Octal11611016541460663703045
Binary10011101001000111010110000110011001101101111100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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