#4E748B

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

Shades of Wedgewood #4E748B

Tints of Wedgewood #4E748B

Color information

#4E748B (or 0x4E748B) is unknown color: approx Wedgewood. HEX triplet: 4E, 74 and 8B. RGB value is (78,116,139). Sum of RGB (Red+Green+Blue) = 78+116+139=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E748B is #B18B74. Grayscale: #6B6B6B. Windows color (decimal): -11635573 or 9139278. OLE color: 9139278.

HSL color Cylindrical-coordinate representation of color #4E748B: hue angle of 202.62º 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 #4E748B is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB78116139-
CMYK0.440.1700.45
HSL202.62º28.11%42.55%-
HSV(B)202.62º43.88%54.51%-
XYZ14.0515.9726.77-
YUV107.26145.91107.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.42%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=23.42%
G=34.83%
B=41.74%

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
Decimal781161390.440.1700.45202.6228.1142.55
Hex4E748B2C1102Dcb1c2b
Octal11616421354210553133453
Binary10011101110100100010111011001000101011011100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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