#4E748C

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

Shades of Wedgewood #4E748C

Tints of Wedgewood #4E748C

Color information

#4E748C (or 0x4E748C) is unknown color: approx Wedgewood. HEX triplet: 4E, 74 and 8C. RGB value is (78,116,140). Sum of RGB (Red+Green+Blue) = 78+116+140=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E748C is #B18B73. Grayscale: #6B6B6B. Windows color (decimal): -11635572 or 9204814. OLE color: 9204814.

HSL color Cylindrical-coordinate representation of color #4E748C: hue angle of 203.23º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E748C is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB78116140-
CMYK0.440.1700.45
HSL203.23º28.44%42.75%-
HSV(B)203.23º44.29%54.9%-
XYZ14.121627.16-
YUV107.37146.41107.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 140 (55.08% from 255) = 41.92%
R=23.35%
G=34.73%
B=41.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781161400.440.1700.45203.2328.4442.75
Hex4E748C2C1102Dcb1c2b
Octal11616421454210553133453
Binary10011101110100100011001011001000101011011100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,116,140); }

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

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

 a { background-color: rgb(78,116,140); }

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

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

 span { border-color: rgb(78,116,140); }

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