#4D738E

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

Shades of Wedgewood #4D738E

Tints of Wedgewood #4D738E

Color information

#4D738E (or 0x4D738E) is unknown color: approx Wedgewood. HEX triplet: 4D, 73 and 8E. RGB value is (77,115,142). Sum of RGB (Red+Green+Blue) = 77+115+142=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D738E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D738E is #B28C71. Grayscale: #6A6A6A. Windows color (decimal): -11701362 or 9335629. OLE color: 9335629.

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

Color convert

RGB77115142-
CMYK0.460.1900.44
HSL204.92º29.68%42.94%-
HSV(B)204.92º45.77%55.69%-
XYZ14.0715.7927.9-
YUV106.72147.91106.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=23.05%
G=34.43%
B=42.51%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771151420.460.1900.44204.9229.6842.94
Hex4D738E2E1302Ccd1e2b
Octal11516321656230543153653
Binary10011011110011100011101011101001101011001100110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,115,142); }

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

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

 a { background-color: rgb(77,115,142); }

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

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

 span { border-color: rgb(77,115,142); }

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