#4A706D

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

Shades of William #4A706D

Tints of William #4A706D

Color information

#4A706D (or 0x4A706D) is unknown color: approx William. HEX triplet: 4A, 70 and 6D. RGB value is (74,112,109). Sum of RGB (Red+Green+Blue) = 74+112+109=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 109 (42.97% from 255 or 36.95% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #4A706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A706D is #B58F92. Grayscale: #646464. Windows color (decimal): -11898771 or 7172170. OLE color: 7172170.

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

Color convert

RGB74112109-
CMYK0.3400.030.56
HSL175.26º20.43%36.47%-
HSV(B)175.26º33.93%43.92%-
XYZ11.3814.1516.6-
YUV100.3132.91109.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.08%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 109 (42.97% from 255) = 36.95%
R=25.08%
G=37.97%
B=36.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal741121090.3400.030.56175.2620.4336.47
Hex4A706D220338af1424
Octal1121601554203702572444
Binary1001010111000011011011000100111110001010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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