#4E7188

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

Shades of Wedgewood #4E7188

Tints of Wedgewood #4E7188

Color information

#4E7188 (or 0x4E7188) is unknown color: approx Wedgewood. HEX triplet: 4E, 71 and 88. RGB value is (78,113,136). Sum of RGB (Red+Green+Blue) = 78+113+136=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E7188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7188 is #B18E77. Grayscale: #696969. Windows color (decimal): -11636344 or 8941902. OLE color: 8941902.

HSL color Cylindrical-coordinate representation of color #4E7188: hue angle of 203.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E7188 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB78113136-
CMYK0.430.1700.47
HSL203.79º27.1%41.96%-
HSV(B)203.79º42.65%53.33%-
XYZ13.4915.2125.52-
YUV105.16145.4108.63-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=23.85%
G=34.56%
B=41.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal781131360.430.1700.47203.7927.141.96
Hex4E71882B1102Fcc1b2a
Octal11616121053210573143352
Binary10011101110001100010001010111000101011111100110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,113,136); }

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

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

 a { background-color: rgb(78,113,136); }

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

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

 span { border-color: rgb(78,113,136); }

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