#4C7275

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

Shades of Ming #4C7275

Tints of Ming #4C7275

Color information

#4C7275 (or 0x4C7275) is unknown color: approx Ming. HEX triplet: 4C, 72 and 75. RGB value is (76,114,117). Sum of RGB (Red+Green+Blue) = 76+114+117=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 117 - color contains mainly: blue. Hex color #4C7275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7275 is #B38D8A. Grayscale: #666666. Windows color (decimal): -11767179 or 7696972. OLE color: 7696972.

HSL color Cylindrical-coordinate representation of color #4C7275: hue angle of 184.39º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C7275 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB76114117-
CMYK0.350.0300.54
HSL184.39º21.24%37.84%-
HSV(B)184.39º35.04%45.88%-
XYZ12.2114.8619.05-
YUV102.98135.91108.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 117 (46.09% from 255) = 38.11%
R=24.76%
G=37.13%
B=38.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761141170.350.0300.54184.3921.2437.84
Hex4C7275233036b81526
Octal1141621654330662702546
Binary1001100111001011101011000111101101101011100010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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