#4B7475

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

Shades of Ming #4B7475

Tints of Ming #4B7475

Color information

#4B7475 (or 0x4B7475) is unknown color: approx Ming. HEX triplet: 4B, 74 and 75. RGB value is (75,116,117). Sum of RGB (Red+Green+Blue) = 75+116+117=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B7475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7475 is #B48B8A. Grayscale: #676767. Windows color (decimal): -11832203 or 7697483. OLE color: 7697483.

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

Color convert

RGB75116117-
CMYK0.360.0100.54
HSL181.43º21.87%37.65%-
HSV(B)181.43º35.9%45.88%-
XYZ12.3615.2719.13-
YUV103.85135.42107.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=24.35%
G=37.66%
B=37.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal751161170.360.0100.54181.4321.8737.65
Hex4B7475241036b51626
Octal1131641654410662652646
Binary100101111101001110101100100101101101011010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,116,117); }

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

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

 a { background-color: rgb(75,116,117); }

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

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

 span { border-color: rgb(75,116,117); }

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