#4D7193

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

Shades of Wedgewood #4D7193

Tints of Wedgewood #4D7193

Color information

#4D7193 (or 0x4D7193) is unknown color: approx Wedgewood. HEX triplet: 4D, 71 and 93. RGB value is (77,113,147). Sum of RGB (Red+Green+Blue) = 77+113+147=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D7193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7193 is #B28E6C. Grayscale: #696969. Windows color (decimal): -11701869 or 9662797. OLE color: 9662797.

HSL color Cylindrical-coordinate representation of color #4D7193: hue angle of 209.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D7193 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB77113147-
CMYK0.480.2300.42
HSL209.14º31.25%43.92%-
HSV(B)209.14º47.62%57.65%-
XYZ14.2315.4929.84-
YUV106.11151.07107.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=22.85%
G=33.53%
B=43.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal771131470.480.2300.42209.1431.2543.92
Hex4D7193301702Ad11f2c
Octal11516122360270523213754
Binary10011011110001100100111100001011101010101101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,113,147); }

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

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

 a { background-color: rgb(77,113,147); }

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

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

 span { border-color: rgb(77,113,147); }

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