#4C6D69

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

Shades of William #4C6D69

Tints of William #4C6D69

Color information

#4C6D69 (or 0x4C6D69) is unknown color: approx William. HEX triplet: 4C, 6D and 69. RGB value is (76,109,105). Sum of RGB (Red+Green+Blue) = 76+109+105=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6D69 is #B39296. Grayscale: #626262. Windows color (decimal): -11768471 or 6909260. OLE color: 6909260.

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

Color convert

RGB76109105-
CMYK0.3000.040.57
HSL172.73º17.84%36.27%-
HSV(B)172.73º30.28%42.75%-
XYZ1113.4915.39-
YUV98.68131.57111.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 109 (42.97% from 255) = 37.59%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=26.21%
G=37.59%
B=36.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal761091050.3000.040.57172.7317.8436.27
Hex4C6D691E0439ad1224
Octal1141551513604712552244
Binary1001100110110111010011111001001110011010110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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