#4D637A

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

Shades of Wedgewood #4D637A

Tints of Wedgewood #4D637A

Color information

#4D637A (or 0x4D637A) is unknown color: approx Wedgewood. HEX triplet: 4D, 63 and 7A. RGB value is (77,99,122). Sum of RGB (Red+Green+Blue) = 77+99+122=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D637A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D637A is #B29C85. Grayscale: #5E5E5E. Windows color (decimal): -11705478 or 8020813. OLE color: 8020813.

HSL color Cylindrical-coordinate representation of color #4D637A: hue angle of 210.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D637A is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7799122-
CMYK0.370.1900.52
HSL210.67º22.61%39.02%-
HSV(B)210.67º36.89%47.84%-
XYZ11.0411.9120.13-
YUV95.04143.21115.13-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 99 (39.06% from 255) = 33.22%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=25.84%
G=33.22%
B=40.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77991220.370.1900.52210.6722.6139.02
Hex4D637A2513034d31727
Octal11514317245230643232747
Binary1001101110001111110101001011001101101001101001110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D637A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,122); }

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

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

 a { background-color: rgb(77,99,122); }

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

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

 span { border-color: rgb(77,99,122); }

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