#4D667B

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

Shades of Wedgewood #4D667B

Tints of Wedgewood #4D667B

Color information

#4D667B (or 0x4D667B) is unknown color: approx Wedgewood. HEX triplet: 4D, 66 and 7B. RGB value is (77,102,123). Sum of RGB (Red+Green+Blue) = 77+102+123=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D667B is #B29984. Grayscale: #606060. Windows color (decimal): -11704709 or 8087117. OLE color: 8087117.

HSL color Cylindrical-coordinate representation of color #4D667B: hue angle of 207.39º 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 #4D667B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB77102123-
CMYK0.370.1700.52
HSL207.39º23%39.22%-
HSV(B)207.39º37.4%48.24%-
XYZ11.3912.5120.55-
YUV96.92142.72113.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=25.50%
G=33.77%
B=40.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal771021230.370.1700.52207.392339.22
Hex4D667B2511034cf1727
Octal11514617345210643172747
Binary1001101110011011110111001011000101101001100111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,102,123); }

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

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

 a { background-color: rgb(77,102,123); }

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

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

 span { border-color: rgb(77,102,123); }

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