#4B706D

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

Shades of William #4B706D

Tints of William #4B706D

Color information

#4B706D (or 0x4B706D) is unknown color: approx William. HEX triplet: 4B, 70 and 6D. RGB value is (75,112,109). Sum of RGB (Red+Green+Blue) = 75+112+109=296 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.34% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #4B706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B706D is #B48F92. Grayscale: #646464. Windows color (decimal): -11833235 or 7172171. OLE color: 7172171.

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

Color convert

RGB75112109-
CMYK0.3300.030.56
HSL175.14º19.79%36.67%-
HSV(B)175.14º33.04%43.92%-
XYZ11.4614.1916.6-
YUV100.6132.74109.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.34%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=25.34%
G=37.84%
B=36.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal751121090.3300.030.56175.1419.7936.67
Hex4B706D210338af1425
Octal1131601554103702572445
Binary1001011111000011011011000010111110001010111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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