#4C6E6D

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

Shades of William #4C6E6D

Tints of William #4C6E6D

Color information

#4C6E6D (or 0x4C6E6D) is unknown color: approx William. HEX triplet: 4C, 6E and 6D. RGB value is (76,110,109). Sum of RGB (Red+Green+Blue) = 76+110+109=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #4C6E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6E6D is #B39192. Grayscale: #636363. Windows color (decimal): -11768211 or 7171660. OLE color: 7171660.

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

Color convert

RGB76110109-
CMYK0.3100.010.57
HSL178.24º18.28%36.47%-
HSV(B)178.24º30.91%43.14%-
XYZ11.3213.7916.53-
YUV99.72133.24111.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=25.76%
G=37.29%
B=36.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal761101090.3100.010.57178.2418.2836.47
Hex4C6E6D1F0139b21224
Octal1141561553701712622244
Binary10011001101110110110111111011110011011001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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