#4D7091

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

Shades of Wedgewood #4D7091

Tints of Wedgewood #4D7091

Color information

#4D7091 (or 0x4D7091) is unknown color: approx Wedgewood. HEX triplet: 4D, 70 and 91. RGB value is (77,112,145). Sum of RGB (Red+Green+Blue) = 77+112+145=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7091 is #B28F6E. Grayscale: #696969. Windows color (decimal): -11702127 or 9531469. OLE color: 9531469.

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

Color convert

RGB77112145-
CMYK0.470.2300.43
HSL209.12º30.63%43.53%-
HSV(B)209.12º46.9%56.86%-
XYZ13.9715.2128.99-
YUV105.3150.4107.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.05%
GREEN value IS 112 (44.14% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=23.05%
G=33.53%
B=43.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771121450.470.2300.43209.1230.6343.53
Hex4D70912F1702Bd11f2c
Octal11516022157270533213754
Binary10011011110000100100011011111011101010111101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,112,145); }

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

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

 a { background-color: rgb(77,112,145); }

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

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

 span { border-color: rgb(77,112,145); }

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