#4B7677

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

Shades of Ming #4B7677

Tints of Ming #4B7677

Color information

#4B7677 (or 0x4B7677) is unknown color: approx Ming. HEX triplet: 4B, 76 and 77. RGB value is (75,118,119). Sum of RGB (Red+Green+Blue) = 75+118+119=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B7677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7677 is #B48988. Grayscale: #696969. Windows color (decimal): -11831689 or 7829067. OLE color: 7829067.

HSL color Cylindrical-coordinate representation of color #4B7677: hue angle of 181.36º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4B7677 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB75118119-
CMYK0.370.0100.53
HSL181.36º22.68%38.04%-
HSV(B)181.36º36.97%46.67%-
XYZ12.7115.7819.83-
YUV105.26135.75106.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 119 (46.88% from 255) = 38.14%
R=24.04%
G=37.82%
B=38.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751181190.370.0100.53181.3622.6838.04
Hex4B7677251035b51726
Octal1131661674510652652746
Binary100101111101101110111100101101101011011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,118,119); }

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

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

 a { background-color: rgb(75,118,119); }

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

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

 span { border-color: rgb(75,118,119); }

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