Html Css Color HEX #4B7272 Ming

📋 copy color: '#4B7272'

red 75 ◦ green 114 ◦ blue 114

#4B7272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #4B7272

Tints of Ming #4B7272

RGB

 RED value IS 75 (29.69% from 255) = 24.75%

 GREEN value IS 114 (44.92% from 255) = 37.62%

 BLUE value IS 114 (44.92% from 255) = 37.62%

R = 24.75%
G = 37.62%
B = 37.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B7272 (or 0x4B7272) is known color: Ming. HEX triplet: 4B, 72 and 72. RGB value is (75,114,114). Sum of RGB (Red+Green+Blue) = 75+114+114=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #4B7272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7272 is #B48D8D. Grayscale: #666666. Windows color (decimal): -11832718 or 7500363. OLE color: 7500363.

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

Color convert

RGB 75 114 114 -
CMYK 0.34 0 0 0.55
HSL 180º 0.21% 0.37% -
HSV(B) 180º 0.34% 0.45% -
XYZ 11.96 14.75 18.14 -
YUV 102.34 134.58 108.5 -
System Red Green Blue C M Y K H S L
Decimal 75 114 114 0.34 0 0 0.55 180 0.21 0.37
Hex 4B 72 72 22 0 0 37 B4 15 25
Octal 113 162 162 42 0 0 67 264 25 45
Binary 1001011 1110010 1110010 100010 0 0 110111 10110100 10101 100101

Color Harmonies of #4B7272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7272

Black with #4B7272

Text Example


Text Example

White with #4B7272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,114); }

 H1.HeaderClassName
 {
   color: #4B7272;
 }
 .AnyTagClassName
 {
   color: #4B7272;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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