#4C7271

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

Shades of William #4C7271

Tints of William #4C7271

Color information

#4C7271 (or 0x4C7271) is unknown color: approx William. HEX triplet: 4C, 72 and 71. RGB value is (76,114,113). Sum of RGB (Red+Green+Blue) = 76+114+113=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7271 is #B38D8E. Grayscale: #666666. Windows color (decimal): -11767183 or 7434828. OLE color: 7434828.

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

Color convert

RGB76114113-
CMYK0.3300.010.55
HSL178.42º20%37.25%-
HSV(B)178.42º33.33%44.71%-
XYZ11.9814.7617.84-
YUV102.52133.91109.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=25.08%
G=37.62%
B=37.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal761141130.3300.010.55178.422037.25
Hex4C7271210137b21425
Octal1141621614101672622445
Binary100110011100101110001100001011101111011001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,114,113); }

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

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

 a { background-color: rgb(76,114,113); }

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

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

 span { border-color: rgb(76,114,113); }

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