#4D658A

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

Shades of Wedgewood #4D658A

Tints of Wedgewood #4D658A

Color information

#4D658A (or 0x4D658A) is unknown color: approx Wedgewood. HEX triplet: 4D, 65 and 8A. RGB value is (77,101,138). Sum of RGB (Red+Green+Blue) = 77+101+138=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 138 (54.30% from 255 or 43.67% from 316); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D658A is #B29A75. Grayscale: #616161. Windows color (decimal): -11704950 or 9069901. OLE color: 9069901.

HSL color Cylindrical-coordinate representation of color #4D658A: hue angle of 216.39º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D658A is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB77101138-
CMYK0.440.2700.46
HSL216.39º28.37%42.16%-
HSV(B)216.39º44.2%54.12%-
XYZ12.312.7225.85-
YUV98.04150.55112.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.37%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 138 (54.30% from 255) = 43.67%
R=24.37%
G=31.96%
B=43.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal771011380.440.2700.46216.3928.3742.16
Hex4D658A2C1B02Ed81c2a
Octal11514521254330563303452
Binary10011011100101100010101011001101101011101101100011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,101,138); }

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

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

 a { background-color: rgb(77,101,138); }

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

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

 span { border-color: rgb(77,101,138); }

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