#4C736F

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

Shades of William #4C736F

Tints of William #4C736F

Color information

#4C736F (or 0x4C736F) is unknown color: approx William. HEX triplet: 4C, 73 and 6F. RGB value is (76,115,111). Sum of RGB (Red+Green+Blue) = 76+115+111=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #4C736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C736F is #B38C90. Grayscale: #666666. Windows color (decimal): -11766929 or 7304012. OLE color: 7304012.

HSL color Cylindrical-coordinate representation of color #4C736F: hue angle of 173.85º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4C736F is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB76115111-
CMYK0.3400.030.55
HSL173.85º20.42%37.45%-
HSV(B)173.85º33.91%45.1%-
XYZ11.9814.9517.29-
YUV102.88132.58108.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.17%
GREEN value IS 115 (45.31% from 255) = 38.08%
BLUE value IS 111 (43.75% from 255) = 36.75%
R=25.17%
G=38.08%
B=36.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761151110.3400.030.55173.8520.4237.45
Hex4C736F220337ae1425
Octal1141631574203672562445
Binary1001100111001111011111000100111101111010111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,115,111); }

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

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

 a { background-color: rgb(76,115,111); }

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

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

 span { border-color: rgb(76,115,111); }

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