#4C7370

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

Shades of William #4C7370

Tints of William #4C7370

Color information

#4C7370 (or 0x4C7370) is unknown color: approx William. HEX triplet: 4C, 73 and 70. RGB value is (76,115,112). Sum of RGB (Red+Green+Blue) = 76+115+112=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #4C7370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7370 is #B38C8F. Grayscale: #666666. Windows color (decimal): -11766928 or 7369548. OLE color: 7369548.

HSL color Cylindrical-coordinate representation of color #4C7370: hue angle of 175.38º 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 #4C7370 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB76115112-
CMYK0.3400.030.55
HSL175.38º20.42%37.45%-
HSV(B)175.38º33.91%45.1%-
XYZ12.0414.9717.58-
YUV103133.08108.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=25.08%
G=37.95%
B=36.96%

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
Decimal761151120.3400.030.55175.3820.4237.45
Hex4C7370220337af1425
Octal1141631604203672572445
Binary1001100111001111100001000100111101111010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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