#4A706E

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

Shades of William #4A706E

Tints of William #4A706E

Color information

#4A706E (or 0x4A706E) is unknown color: approx William. HEX triplet: 4A, 70 and 6E. RGB value is (74,112,110). Sum of RGB (Red+Green+Blue) = 74+112+110=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706E is #B58F91. Grayscale: #646464. Windows color (decimal): -11898770 or 7237706. OLE color: 7237706.

HSL color Cylindrical-coordinate representation of color #4A706E: hue angle of 176.84º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A706E is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB74112110-
CMYK0.3400.020.56
HSL176.84º20.43%36.47%-
HSV(B)176.84º33.93%43.92%-
XYZ11.4314.1716.88-
YUV100.41133.41109.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=25%
G=37.84%
B=37.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741121100.3400.020.56176.8420.4336.47
Hex4A706E220238b11424
Octal1121601564202702612444
Binary1001010111000011011101000100101110001011000110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,112,110); }

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

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

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

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

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

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

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