#4b7379

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

Shades of Ming #4B7379

Tints of Ming #4B7379

Color information

#4B7379 (or 0x4B7379) is unknown color: approx Ming. HEX triplet: 4B, 73 and 79. RGB value is (75,115,121). Sum of RGB (Red+Green+Blue) = 75+115+121=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B7379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7379 is #B48C86. Grayscale: #676767. Windows color (decimal): -11832455 or 7959371. OLE color: 7959371.

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

Color convert

RGB75115121-
CMYK0.380.0500.53
HSL187.83º23.47%38.43%-
HSV(B)187.83º38.02%47.45%-
XYZ12.4815.1420.35-
YUV103.72137.75107.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 115 (45.31% from 255) = 36.98%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=24.12%
G=36.98%
B=38.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal751151210.380.0500.53187.8323.4738.43
Hex4B7379265035bc1726
Octal1131631714650652742746
Binary10010111110011111100110011010101101011011110010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,115,121); }

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

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

 a { background-color: rgb(75,115,121); }

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

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

 span { border-color: rgb(75,115,121); }

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