#4B716F

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

Shades of William #4B716F

Tints of William #4B716F

Color information

#4B716F (or 0x4B716F) is unknown color: approx William. HEX triplet: 4B, 71 and 6F. RGB value is (75,113,111). Sum of RGB (Red+Green+Blue) = 75+113+111=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #4B716F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B716F is #B48E90. Grayscale: #656565. Windows color (decimal): -11832977 or 7303499. OLE color: 7303499.

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

Color convert

RGB75113111-
CMYK0.3400.020.56
HSL176.84º20.21%36.86%-
HSV(B)176.84º33.63%44.31%-
XYZ11.6814.4517.21-
YUV101.41133.41109.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.08%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=25.08%
G=37.79%
B=37.12%

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
Decimal751131110.3400.020.56176.8420.2136.86
Hex4B716F220238b11425
Octal1131611574202702612445
Binary1001011111000111011111000100101110001011000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,113,111); }

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

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

 a { background-color: rgb(75,113,111); }

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

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

 span { border-color: rgb(75,113,111); }

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