#4D6A85

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

Shades of Wedgewood #4D6A85

Tints of Wedgewood #4D6A85

Color information

#4D6A85 (or 0x4D6A85) is unknown color: approx Wedgewood. HEX triplet: 4D, 6A and 85. RGB value is (77,106,133). Sum of RGB (Red+Green+Blue) = 77+106+133=316 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.37% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6A85 is #B2957A. Grayscale: #646464. Windows color (decimal): -11703675 or 8743501. OLE color: 8743501.

HSL color Cylindrical-coordinate representation of color #4D6A85: hue angle of 208.93º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6A85 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB77106133-
CMYK0.420.2000.48
HSL208.93º26.67%41.18%-
HSV(B)208.93º42.11%52.16%-
XYZ12.4513.5824.16-
YUV100.41146.39111.3-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.37%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 133 (52.34% from 255) = 42.09%
R=24.37%
G=33.54%
B=42.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal771061330.420.2000.48208.9326.6741.18
Hex4D6A852A14030d11b29
Octal11515220552240603213351
Binary10011011101010100001011010101010001100001101000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,106,133); }

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

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

 a { background-color: rgb(77,106,133); }

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

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

 span { border-color: rgb(77,106,133); }

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