#4C6D85

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

Shades of Wedgewood #4C6D85

Tints of Wedgewood #4C6D85

Color information

#4C6D85 (or 0x4C6D85) is unknown color: approx Wedgewood. HEX triplet: 4C, 6D and 85. RGB value is (76,109,133). Sum of RGB (Red+Green+Blue) = 76+109+133=318 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.90% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C6D85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6D85 is #B3927A. Grayscale: #656565. Windows color (decimal): -11768443 or 8744268. OLE color: 8744268.

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

Color convert

RGB76109133-
CMYK0.430.1800.48
HSL205.26º27.27%40.98%-
HSV(B)205.26º42.86%52.16%-
XYZ12.6814.1724.26-
YUV101.87145.57109.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.90%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=23.90%
G=34.28%
B=41.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761091330.430.1800.48205.2627.2740.98
Hex4C6D852B12030cd1b29
Octal11415520553220603153351
Binary10011001101101100001011010111001001100001100110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,109,133); }

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

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

 a { background-color: rgb(76,109,133); }

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

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

 span { border-color: rgb(76,109,133); }

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