#4B7073

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

Shades of Ming #4B7073

Tints of Ming #4B7073

Color information

#4B7073 (or 0x4B7073) is unknown color: approx Ming. HEX triplet: 4B, 70 and 73. RGB value is (75,112,115). Sum of RGB (Red+Green+Blue) = 75+112+115=302 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.83% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B7073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7073 is #B48F8C. Grayscale: #656565. Windows color (decimal): -11833229 or 7565387. OLE color: 7565387.

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

Color convert

RGB75112115-
CMYK0.350.0300.55
HSL184.5º21.05%37.25%-
HSV(B)184.5º34.78%45.1%-
XYZ11.7914.3218.36-
YUV101.28135.74109.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.83%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=24.83%
G=37.09%
B=38.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal751121150.350.0300.55184.521.0537.25
Hex4B7073233037b81525
Octal1131601634330672702545
Binary1001011111000011100111000111101101111011100010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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