#4E6D91

Color #4E6D91 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4E6D91

Tints of Wedgewood #4E6D91

Color information

#4E6D91 (or 0x4E6D91) is unknown color: approx Wedgewood. HEX triplet: 4E, 6D and 91. RGB value is (78,109,145). Sum of RGB (Red+Green+Blue) = 78+109+145=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E6D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6D91 is #B1926E. Grayscale: #676767. Windows color (decimal): -11637359 or 9530702. OLE color: 9530702.

HSL color Cylindrical-coordinate representation of color #4E6D91: hue angle of 212.24º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6D91 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB78109145-
CMYK0.460.2500.43
HSL212.24º30.04%43.73%-
HSV(B)212.24º46.21%56.86%-
XYZ13.7214.628.88-
YUV103.84151.23109.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.49%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=23.49%
G=32.83%
B=43.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781091450.460.2500.43212.2430.0443.73
Hex4E6D912E1902Bd41e2c
Octal11615522156310533243654
Binary10011101101101100100011011101100101010111101010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,145); }

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

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

 a { background-color: rgb(78,109,145); }

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

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

 span { border-color: rgb(78,109,145); }

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