#4F726D

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

Shades of William #4F726D

Tints of William #4F726D

Color information

#4F726D (or 0x4F726D) is unknown color: approx William. HEX triplet: 4F, 72 and 6D. RGB value is (79,114,109). Sum of RGB (Red+Green+Blue) = 79+114+109=302 (40% of max value = 765). Red value is 79 (31.25% from 255 or 26.16% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #4F726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F726D is #B08D92. Grayscale: #666666. Windows color (decimal): -11570579 or 7172687. OLE color: 7172687.

HSL color Cylindrical-coordinate representation of color #4F726D: hue angle of 171.43º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F726D is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB79114109-
CMYK0.3100.040.55
HSL171.43º18.13%37.84%-
HSV(B)171.43º30.7%44.71%-
XYZ1214.816.69-
YUV102.96131.4110.91-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.16%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=26.16%
G=37.75%
B=36.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal791141090.3100.040.55171.4318.1337.84
Hex4F726D1F0437ab1226
Octal1171621553704672532246
Binary1001111111001011011011111101001101111010101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,109); }

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

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

 a { background-color: rgb(79,114,109); }

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

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

 span { border-color: rgb(79,114,109); }

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