#4C7070

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

Shades of William #4C7070

Tints of William #4C7070

Color information

#4C7070 (or 0x4C7070) is unknown color: approx William. HEX triplet: 4C, 70 and 70. RGB value is (76,112,112). Sum of RGB (Red+Green+Blue) = 76+112+112=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #4C7070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7070 is #B38F8F. Grayscale: #656565. Windows color (decimal): -11767696 or 7368780. OLE color: 7368780.

HSL color Cylindrical-coordinate representation of color #4C7070: hue angle of 180º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C7070 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB76112112-
CMYK0.32000.56
HSL180º19.15%36.86%-
HSV(B)180º32.14%43.92%-
XYZ11.714.2917.47-
YUV101.24134.07110-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=25.33%
G=37.33%
B=37.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal761121120.32000.5618019.1536.86
Hex4C7070200038b41325
Octal1141601604000702642345
Binary100110011100001110000100000001110001011010010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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