Html Css Color HEX #4B7173 Ming

📋 copy color: '#4B7173'

red 75 ◦ green 113 ◦ blue 115

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

Shades of Ming #4B7173

Tints of Ming #4B7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 24.75%
G = 37.29%
B = 37.95%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4B7173 (or 0x4B7173) is known color: Ming. HEX triplet: 4B, 71 and 73. RGB value is (75,113,115). Sum of RGB (Red+Green+Blue) = 75+113+115=303 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.75% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B7173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7173 is #B48E8C. Grayscale: #656565. Windows color (decimal): -11832973 or 7565643. OLE color: 7565643.

HSL color Cylindrical-coordinate representation of color #4B7173: hue angle of 183º 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 #4B7173 is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 75 113 115 -
CMYK 0.35 0.02 0 0.55
HSL 183º 0.21% 0.37% -
HSV(B) 183º 0.35% 0.45% -
XYZ 11.9 14.54 18.4 -
YUV 101.87 135.41 108.84 -
System Red Green Blue C M Y K H S L
Decimal 75 113 115 0.35 0.02 0 0.55 183 0.21 0.37
Hex 4B 71 73 23 2 0 37 B7 15 25
Octal 113 161 163 43 2 0 67 267 25 45
Binary 1001011 1110001 1110011 100011 10 0 110111 10110111 10101 100101

Color Harmonies of #4B7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7173

Black with #4B7173

Text Example


Text Example

White with #4B7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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