#4C6C85

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

Shades of Wedgewood #4C6C85

Tints of Wedgewood #4C6C85

Color information

#4C6C85 (or 0x4C6C85) is unknown color: approx Wedgewood. HEX triplet: 4C, 6C and 85. RGB value is (76,108,133). Sum of RGB (Red+Green+Blue) = 76+108+133=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C6C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6C85 is #B3937A. Grayscale: #656565. Windows color (decimal): -11768699 or 8744012. OLE color: 8744012.

HSL color Cylindrical-coordinate representation of color #4C6C85: hue angle of 206.32º 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 #4C6C85 is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB76108133-
CMYK0.430.1900.48
HSL206.32º27.27%40.98%-
HSV(B)206.32º42.86%52.16%-
XYZ12.5813.9624.22-
YUV101.28145.9109.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=23.97%
G=34.07%
B=41.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal761081330.430.1900.48206.3227.2740.98
Hex4C6C852B13030ce1b29
Octal11415420553230603163351
Binary10011001101100100001011010111001101100001100111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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