#4B777B

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

Shades of Ming #4B777B

Tints of Ming #4B777B

Color information

#4B777B (or 0x4B777B) is unknown color: approx Ming. HEX triplet: 4B, 77 and 7B. RGB value is (75,119,123). Sum of RGB (Red+Green+Blue) = 75+119+123=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B777B is #B48884. Grayscale: #6A6A6A. Windows color (decimal): -11831429 or 8091467. OLE color: 8091467.

HSL color Cylindrical-coordinate representation of color #4B777B: hue angle of 185º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B777B is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB75119123-
CMYK0.390.0300.52
HSL185º24.24%38.82%-
HSV(B)185º39.02%48.24%-
XYZ13.0716.1221.16-
YUV106.3137.42105.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.66%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=23.66%
G=37.54%
B=38.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal751191230.390.0300.5218524.2438.82
Hex4B777B273034b91827
Octal1131671734730642713047
Binary1001011111011111110111001111101101001011100111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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